Skip to content

Commit

Permalink
remove duplicate test case
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Jul 27, 2023
1 parent 004a175 commit bd6249a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/test_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,6 @@ def test_compression_non_seekable_streams(
request_dict_non_seekable_text_stream(),
OP_WITH_COMPRESSION,
),
(
COMPRESSION_CONFIG_1_BYTE,
request_dict_non_seekable_text_stream(),
OP_WITH_COMPRESSION,
),
(
COMPRESSION_CONFIG_1_BYTE,
_request_dict(1),
Expand Down

0 comments on commit bd6249a

Please sign in to comment.