Skip to content

Commit

Permalink
Fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Oct 22, 2024
1 parent 2153258 commit 1139eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end
@testset "standalone repository" begin
m = @which mean(rand(5))
u = first(@inferred url(m))
if VERSION > v"1.10" # no tag for Statistics.jl v1.10.0
if VERSION >= v"1.11" # no tag for Statistics.jl v1.10.0
@test url_exists(u)
end
end
Expand Down

0 comments on commit 1139eef

Please sign in to comment.