Skip to content

Commit f41da28

Browse files
Merge pull request #1034 from lamorton/patch-1
Fix typo in runtests.jl message
2 parents 448247a + 529b612 commit f41da28

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)