Skip to content

Commit

Permalink
chore: updatae docstring for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Sep 21, 2023
1 parent e856d59 commit ca6afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_defence.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class Test_IsExpectedFiletype(object):
"""Tests for _is_expected_filetype."""

def test_is_expected_filetype_raises_single(self):
"""Test when `exp_ext` is a single string."""
"""Test raises when `exp_ext` is a single string."""
with pytest.raises(
ValueError,
match="`raster` expected file extension .gif. Found .tiff",
Expand Down

0 comments on commit ca6afbb

Please sign in to comment.