Skip to content

Commit

Permalink
Update tests/v3/test_store/test_remote.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Durant <martindurant@users.noreply.github.com>
  • Loading branch information
d-v-b and martindurant authored Jun 10, 2024
1 parent 6ab1099 commit a4ca371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v3/test_store/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_store_supports_writes(self, store: RemoteStore) -> None:
assert True

def test_store_supports_partial_writes(self, store: RemoteStore) -> None:
assert True
assert False

def test_store_supports_listing(self, store: RemoteStore) -> None:
assert True

0 comments on commit a4ca371

Please sign in to comment.