Skip to content

Commit

Permalink
remove ununsed fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 8, 2024
1 parent 6abfa72 commit 672db53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcsfs/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_simple(gcs, monkeypatch):
gcs.ls("/" + TEST_BUCKET) # OK to lead with '/'


def test_dircache_filled(gcs, mocker):
def test_dircache_filled(gcs):
assert not dict(gcs.dircache)
gcs.ls(TEST_BUCKET)
assert len(gcs.dircache) == 1
Expand Down

0 comments on commit 672db53

Please sign in to comment.