We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d25ae commit 55b5256Copy full SHA for 55b5256
test/runtests.jl
@@ -3,7 +3,7 @@ using ModelingToolkit, Test
3
@testset "Parsing Test" begin include("variable_parsing.jl") end
4
@testset "Differentiation Test" begin include("derivatives.jl") end
5
@testset "Simplify Test" begin include("simplify.jl") end
6
-@testset "Operation Overloads Test" begin include("operations_overloads.jl") end
+@testset "Operation Overloads Test" begin include("operation_overloads.jl") end
7
@testset "Direct Usage Test" begin include("direct.jl") end
8
@testset "System Construction Test" begin include("system_construction.jl") end
9
@testset "Build Targets Test" begin include("build_targets.jl") end
0 commit comments