Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 6f1bc5b

Browse files
fix test end
1 parent 7ed8460 commit 6f1bc5b

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
@@ -5,7 +5,7 @@ import Base: isapprox
55
@time @safetestset "Robin Boundary Condition Operators" begin include("robin.jl") end
66
@time @safetestset "JacVec Operators Interface" begin include("jacvec_operators.jl") end
77
@time @safetestset "Composite Operators Interface" begin include("composite_operators_interface.jl") end
8-
@time @safetestset "BC and Coefficient Compositions" begin include("bc_coeff_compositions.jl")
8+
@time @safetestset "BC and Coefficient Compositions" begin include("bc_coeff_compositions.jl") end
99
@time @safetestset "Derivative Operators Interface" begin include("derivative_operators_interface.jl") end
1010
@time @safetestset "Validate and Compare Generic Operators" begin include("generic_operator_validation.jl") end
1111
#@time @safetestset "2nd order check" begin include("2nd_order_check.jl") end

0 commit comments

Comments
 (0)