diff --git a/test/runtests.jl b/test/runtests.jl index 45599f17a..5709caa91 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -90,7 +90,7 @@ end # Test spatial plotting, using CarioMakie and GraphMakie @time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end - @time @safetestset "Graph visualization" begin include("extensions/graphmakie.jl") + @time @safetestset "Graph visualization" begin include("extensions/graphmakie.jl") end end end # @time