Skip to content

Commit

Permalink
Docstring for the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dham authored Jan 28, 2025
1 parent 4fd0c77 commit 2a4897b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/firedrake/regression/test_solvers_options_prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def test_same_options_prefix_different_solve():


def test_unused_options(caplog):
"""Check that unused solver options result in a warning in the log."""
m = UnitIntervalMesh(5)
fs = FunctionSpace(m, "CG", 1)
f = Function(fs)
Expand Down

0 comments on commit 2a4897b

Please sign in to comment.