Skip to content

Commit 529b612

Browse files
authored
Fix typo in runtests.jl message
No effect on code behavior.
1 parent 448247a commit 529b612

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
@@ -1,6 +1,6 @@
11
using SafeTestsets, Test
22

3-
@safetestset "Varialbe scope tests" begin include("variable_scope.jl") end
3+
@safetestset "Variable scope tests" begin include("variable_scope.jl") end
44
@safetestset "Symbolic parameters test" begin include("symbolic_parameters.jl") end
55
@safetestset "Parsing Test" begin include("variable_parsing.jl") end
66
@safetestset "Simplify Test" begin include("simplify.jl") end

0 commit comments

Comments
 (0)