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 448247a commit 529b612Copy full SHA for 529b612
test/runtests.jl
@@ -1,6 +1,6 @@
1
using SafeTestsets, Test
2
3
-@safetestset "Varialbe scope tests" begin include("variable_scope.jl") end
+@safetestset "Variable scope tests" begin include("variable_scope.jl") end
4
@safetestset "Symbolic parameters test" begin include("symbolic_parameters.jl") end
5
@safetestset "Parsing Test" begin include("variable_parsing.jl") end
6
@safetestset "Simplify Test" begin include("simplify.jl") end
0 commit comments