Skip to content

Commit 00f4bc5

Browse files
fix: test size method
1 parent c4c1481 commit 00f4bc5

File tree

1 file changed

+1
-0
lines changed
  • snakemake_interface_storage_plugins

1 file changed

+1
-0
lines changed

snakemake_interface_storage_plugins/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def _test_storage(self, tmp_path, directory=False):
9696
assert obj.exists()
9797

9898
assert isinstance(obj.mtime(), (float, int))
99+
assert isinstance(obj.size(), int)
99100

100101
self._test_inventory(obj)
101102

0 commit comments

Comments
 (0)