Skip to content

Commit

Permalink
Update bioblend/_tests/TestGalaxyFolders.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
  • Loading branch information
bernt-matthias and nsoranzo authored Feb 4, 2025
1 parent a90a19d commit 9317cb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bioblend/_tests/TestGalaxyFolders.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def test_show_folder_contents_include_deleted(self):
# check if there are 2 contents and the number is correct
assert len(folder_info["folder_contents"]) == 2
assert folder_info["metadata"]["total_rows"] == 2
# if called without contents=True an item_count is reported .. lets also check this
folder_info = self.gi.folders.show_folder(self.folder["id"], include_deleted=True)
assert folder_info["item_count"] == 2

folder_info = self.gi.folders.show_folder(self.folder["id"], contents=True)
assert len(folder_info["folder_contents"]) == 0
Expand Down

0 comments on commit 9317cb1

Please sign in to comment.