From 59294a599a66e721d8a1fc92c18b1bb4380dc3da Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Sat, 8 Jun 2024 18:43:01 -0400 Subject: [PATCH] Fix merge error --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 94ee22826b..ca6c8a918f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -64,9 +64,9 @@ using SafeTestsets, Test @time @safetestset "Graphs Visualisations" begin include("visualisation/graphs.jl") end end - Tests extensions. + # Tests extensions. @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end @time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end -end # @time \ No newline at end of file +end # @time