Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent 455c9a9 commit 68885e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cell_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ def test_property_layer_errors():
grid = OrthogonalMooreGrid(dimensions, torus=False, random=random.Random(42))
elevation = PropertyLayer("elevation", (10, 10), default_value=0.0)
with pytest.raises(
ValueError,
match="Dimensions of property layer do not match the dimensions of the grid",
ValueError,
match="Dimensions of property layer do not match the dimensions of the grid",
):
grid.add_property_layer(elevation)

Expand Down

0 comments on commit 68885e3

Please sign in to comment.