Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 7, 2023
1 parent 330b065 commit 380a984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ def get_example_args(self) -> List[str]:
def test_storage_not_existing_dbg(self, tmp_path):
obj = self._get_obj(tmp_path, self.get_query_not_existing(tmp_path))
assert not obj.blob.exists()
print(obj.directory_entries(), file=sys.stderr)
print(any(obj.directory_entries()), file=sys.stderr)

0 comments on commit 380a984

Please sign in to comment.