There was an error while loading. Please reload this page.
1 parent b1261f9 commit eb3f4d9Copy full SHA for eb3f4d9
1 file changed
tests/test_store/test_zip.py
@@ -93,6 +93,7 @@ async def test_serializable_store(self, store: ZipStore) -> None:
93
pickle.dumps(store)
94
95
store.close()
96
+ assert store.path is not None
97
with zipfile.ZipFile(store.path, mode="r") as archive:
98
assert archive.read("sentinel") == data.to_bytes()
99
0 commit comments