Skip to content

Commit

Permalink
Reduce number of expected files in pyopener test
Browse files Browse the repository at this point in the history
tests/data has 33 committed files
  • Loading branch information
sgillies committed Jul 11, 2024
1 parent 22b9bdb commit afdd0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyopener.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_opener_fsspec_file_fs_listdir():
"""Use fsspec file filesystem as opener for listdir()."""
fs = fsspec.filesystem("file")
listing = fiona.listdir("tests/data", opener=fs)
assert len(listing) >= 35
assert len(listing) >= 33
assert set(
["coutwildrnp.shp", "coutwildrnp.dbf", "coutwildrnp.shx", "coutwildrnp.prj"]
) & set(listing)
Expand Down

0 comments on commit afdd0e7

Please sign in to comment.