Skip to content

Commit

Permalink
Test .lzma files are inferred as lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdaulet committed Jan 26, 2024
1 parent 7700b69 commit d0b6129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsspec/tests/test_compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_infer_uppercase_compression():
def test_lzma_compression_name():
pytest.importorskip("lzma")
assert infer_compression("fn.xz") == "xz"
assert infer_compression("fn.lzma") == "lzma"


def test_lz4_compression(tmpdir):
Expand Down

0 comments on commit d0b6129

Please sign in to comment.