Skip to content

Commit 076ef50

Browse files
committed
adjusted unit test requirements
1 parent ed068d1 commit 076ef50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_get_runs_list_by_uploader(self):
205205
uploader_ids = [29]
206206

207207
runs = openml.runs.list_runs(uploader=uploader_ids)
208-
self.assertGreaterEqual(len(runs), 3)
208+
self.assertGreaterEqual(len(runs), 2)
209209
for rid in runs:
210210
self.assertIn(runs[rid]['uploader'], uploader_ids)
211211
self._check_run(runs[rid])

0 commit comments

Comments
 (0)