Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amyewang committed Oct 31, 2024
1 parent ac8a8cc commit dfc1fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcsfs/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,8 @@ def test_expiry_keyword():
assert gcs.dircache.listings_expiry_time == 1
gcs = GCSFileSystem(cache_timeout=1, token="anon")
assert gcs.dircache.listings_expiry_time == 1
gcs = GCSFileSystem(cache_timeout=0, token="anon")
assert gcs.dircache.listings_expiry_time == 0


def test_copy_cache_invalidated(gcs):
Expand Down

0 comments on commit dfc1fe8

Please sign in to comment.