Skip to content

Commit

Permalink
Fixup: syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Dec 12, 2024
1 parent 2294a08 commit 3c98813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_variants_compress_into(
def test_variants_decompress_into(
variant_str, input_type, output_type, tmp_path_factory, raw_data, is_pypy
):
if variant_str == "izlib" && output_type == "memoryview":
if variant_str == "izlib" and output_type == "memoryview":
pytest.skip("See issue https://github.com/milesgranger/cramjam/issues/193")

variant = getattr(cramjam, variant_str)
Expand Down

0 comments on commit 3c98813

Please sign in to comment.