Skip to content

Commit

Permalink
add buffer_cls to store test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman committed Sep 12, 2024
1 parent da8e394 commit 569e560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/v3/test_store/test_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

class TestZipStore(StoreTests[ZipStore, cpu.Buffer]):
store_cls = ZipStore
buffer_cls = cpu.Buffer

@pytest.fixture(scope="function")
def store_kwargs(self, request) -> dict[str, str | bool]:
Expand Down

0 comments on commit 569e560

Please sign in to comment.