Skip to content

Commit 552f7e9

Browse files
committed
Run black on tests
1 parent 002d263 commit 552f7e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tree/test_safeguards.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ def test_errors(self, mesh, prop_name, refine):
8282
"""
8383
if refine:
8484
refine_mesh(mesh)
85-
msg = re.escape(
86-
f"`TreeMesh.{prop_name}` requires a finalized mesh. "
87-
)
85+
msg = re.escape(f"`TreeMesh.{prop_name}` requires a finalized mesh. ")
8886
with pytest.raises(TreeMeshNotFinalizedError, match=msg):
8987
getattr(mesh, prop_name)
9088

0 commit comments

Comments
 (0)