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 1ea9202 commit 11612ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ def get_storage_provider_settings(self) -> Optional[StorageProviderSettingsBase]

def get_example_args(self) -> List[str]:
return []

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()

0 comments on commit 11612ad

Please sign in to comment.