Skip to content

Commit

Permalink
gzip update(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Feb 3, 2025
1 parent b1d75f9 commit c3de1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/flate2/test_gzip.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ def test_gzip_quality_value_error() -> None:
with pytest.raises(ValueError) as e:
ry.gzip(b"test", quality=10)
s = str(e.value)
assert "Quality must be between 0 and 9 - got: 10" in s

0 comments on commit c3de1c2

Please sign in to comment.