Skip to content

Commit c4396f9

Browse files
committed
forgot to actually call the new test.
1 parent 1a66097 commit c4396f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/poisson/TestPoissonCondensedBCs.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bc_func(_, _) = 0.
1717

1818
include("TestPoissonCommon.jl")
1919

20-
function run_job()
20+
function test_poisson_condensed_bcs()
2121
mesh = UnstructuredMesh(mesh_file)
2222
V = FunctionSpace(mesh, H1Field, Lagrange)
2323
physics = Poisson()
@@ -72,3 +72,5 @@ function run_job()
7272

7373
Uu, p
7474
end
75+
76+
test_poisson_condensed_bcs()

0 commit comments

Comments
 (0)