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 Oct 24, 2024
1 parent 2ef07ab commit f39c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_river_overrides(self):
with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
river.apply_overrides({"area": 75.2})
assert "specifying area is depreciated" in str(w[0])
assert "specifying area is depreciated" in str(w[0])

with warnings.catch_warnings(record=True) as w:
warnings.simplefilter("always")
Expand Down

0 comments on commit f39c578

Please sign in to comment.