Skip to content

Commit f5f0df1

Browse files
committed
update run_id
1 parent a0e9653 commit f5f0df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _assert_run_shape(run: OpenMLRun) -> None:
3131

3232
@pytest.mark.test_server()
3333
def test_run_v1_get(run_v1):
34-
run = run_v1.get(run_id=10)
34+
run = run_v1.get(run_id=119)
3535
_assert_run_shape(run)
3636

3737

0 commit comments

Comments
 (0)