Skip to content

Commit 37ab541

Browse files
cwognumdstansby
andauthored
Update numcodecs/tests/test_registry.py
Co-authored-by: David Stansby <[email protected]>
1 parent e848bfc commit 37ab541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/test_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def test_registry_errors():
11-
with pytest.raises(UnknownCodecError):
11+
with pytest.raises(UnknownCodecError, match='foo'):
1212
get_codec({'id': 'foo'})
1313

1414

0 commit comments

Comments
 (0)