Skip to content

Commit 59294a5

Browse files
authored
Fix merge error
1 parent 1a4a816 commit 59294a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ using SafeTestsets, Test
6464
@time @safetestset "Graphs Visualisations" begin include("visualisation/graphs.jl") end
6565
end
6666

67-
Tests extensions.
67+
# Tests extensions.
6868
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
6969
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
7070
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
7171

72-
end # @time
72+
end # @time

0 commit comments

Comments
 (0)