Skip to content

Commit

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

Expand Down

0 comments on commit 2153258

Please sign in to comment.