Skip to content

Commit 089a5e7

Browse files
committed
Update test to match state of a new test server
1 parent 9c3736a commit 089a5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_study/test_study_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_study_attach_illegal(self):
227227
run_list = openml.runs.list_runs(size=10)
228228
assert len(run_list) == 10
229229
run_list_more = openml.runs.list_runs(size=20)
230-
assert len(run_list_more) == 20
230+
assert len(run_list_more) > 10 # a fresh db should have 15 evaluated runs
231231

232232
study = openml.study.create_study(
233233
alias=None,

0 commit comments

Comments
 (0)