From 3c988139284bf8c6961b5bf9a57c9e41fd43df7e Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Thu, 12 Dec 2024 08:34:15 +0100 Subject: [PATCH] Fixup: syntax err --- tests/test_variants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_variants.py b/tests/test_variants.py index 3cd610a2..1afa2c5b 100644 --- a/tests/test_variants.py +++ b/tests/test_variants.py @@ -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)