Skip to content

Commit

Permalink
remove unnecessary VERSION check
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Dec 26, 2024
1 parent d679e48 commit cd92a10
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 @@ -658,7 +658,7 @@ Random.seed!(0)
@test_nowarn MonteCarloMeasurements.print_functions_to_extend()
end

VERSION v"1.9" && @time @testset "Makie" begin
@time @testset "Makie" begin
p1 = Particles(10^2)
Makie.hist(p1)
Makie.density(p1)
Expand Down

0 comments on commit cd92a10

Please sign in to comment.