Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Nov 21, 2024
1 parent 48198e7 commit 7599962
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 @@ -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

0 comments on commit 7599962

Please sign in to comment.