Skip to content

Commit

Permalink
Update GPU test to match not supporting partial writes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 11, 2025
1 parent 655bccd commit 260cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_store/test_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_store_supports_listing(self, store: GpuMemoryStore) -> None:
assert store.supports_listing

def test_store_supports_partial_writes(self, store: GpuMemoryStore) -> None:
assert store.supports_partial_writes
assert not store.supports_partial_writes

def test_list_prefix(self, store: GpuMemoryStore) -> None:
assert True
Expand Down

0 comments on commit 260cdd8

Please sign in to comment.