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 4fc4ad8 commit 2d8d0c0Copy full SHA for 2d8d0c0
test/runtests.jl
@@ -19,6 +19,6 @@ using SafeTestsets, Test
19
@safetestset "PDE Construction Test" begin include("pde.jl") end
20
@safetestset "Lowering Integration Test" begin include("lowering_solving.jl") end
21
@safetestset "Test Big System Usage" begin include("bigsystem.jl") end
22
-@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl")
+@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end
23
#@testset "Latexify recipes Test" begin include("latexify.jl") end
24
@testset "Distributed Test" begin include("distributed.jl") end
0 commit comments