Skip to content

Commit eb3f4d9

Browse files
committed
test: narrow ZipStore path after file-object support
1 parent b1261f9 commit eb3f4d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_store/test_zip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async def test_serializable_store(self, store: ZipStore) -> None:
9393
pickle.dumps(store)
9494

9595
store.close()
96+
assert store.path is not None
9697
with zipfile.ZipFile(store.path, mode="r") as archive:
9798
assert archive.read("sentinel") == data.to_bytes()
9899

0 commit comments

Comments
 (0)