Skip to content

Commit 55b5256

Browse files
fix typo
1 parent 67d25ae commit 55b5256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using ModelingToolkit, Test
33
@testset "Parsing Test" begin include("variable_parsing.jl") end
44
@testset "Differentiation Test" begin include("derivatives.jl") end
55
@testset "Simplify Test" begin include("simplify.jl") end
6-
@testset "Operation Overloads Test" begin include("operations_overloads.jl") end
6+
@testset "Operation Overloads Test" begin include("operation_overloads.jl") end
77
@testset "Direct Usage Test" begin include("direct.jl") end
88
@testset "System Construction Test" begin include("system_construction.jl") end
99
@testset "Build Targets Test" begin include("build_targets.jl") end

0 commit comments

Comments
 (0)