Skip to content

Commit

Permalink
added an end
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 24, 2023
1 parent 8b40632 commit 48968c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if GROUP == "All" || GROUP == "Core"
@safetestset "Latexify Test" begin include("latexify.jl") end
@safetestset "Domain Test" begin include("domains.jl") end
@safetestset "SymPy Test" begin include("sympy.jl") end
@safetestset "SymPy to Symbolics Test" begin include("sympy_to_symbolics.jl")
@safetestset "SymPy to Symbolics Test" begin include("sympy_to_symbolics.jl") end
@safetestset "Inequality Test" begin include("inequality.jl") end
@safetestset "Integral Test" begin include("integral.jl") end
@safetestset "CartesianIndex Test" begin include("cartesianindex.jl") end
Expand Down

0 comments on commit 48968c0

Please sign in to comment.