Skip to content

Commit

Permalink
more missing renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Feb 4, 2025
1 parent 9ce5013 commit a0b9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioblend/_tests/TestGalaxyFolders.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_folder_contents_iter(self):
assert f2[0]["name"] == f"{self.name} 0"

# check non defaults
f2 = list(self.gi.folders.contents_iter(self.folder["id"], limit=1))
f2 = list(self.gi.folders.contents_iter(self.folder["id"], batch_size=1))
assert len(f2) == 12
assert f2[0]["name"] == f"{self.name} 0"

Expand Down

0 comments on commit a0b9337

Please sign in to comment.