We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1199d9b commit 076a2ffCopy full SHA for 076a2ff
tests/test_igzip.py
@@ -287,4 +287,4 @@ def test_header_corrupt():
287
@pytest.mark.parametrize("trunc", TRUNCATED_HEADERS)
288
def test_truncated_header(trunc):
289
with pytest.raises(EOFError):
290
- igzip.decompress(trunc)
+ igzip.decompress(trunc)
0 commit comments