Skip to content

Commit

Permalink
purposefully failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Dec 17, 2024
1 parent 8b9033c commit feefead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/compute_invM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ TEST_CASE("Compute invM")
dealii::DoFHandler<1> dof_handler(triangulation);
dof_handler.distribute_dofs(fe_system);

REQUIRE(dof_handler.n_dofs() == 2);
REQUIRE(dof_handler.n_dofs() == 200);
}
}
SECTION("2D")
Expand Down

0 comments on commit feefead

Please sign in to comment.