Skip to content

Commit aaa4bed

Browse files
committed
tests fixing
1 parent cdb4d3a commit aaa4bed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_tasks/test_split.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def setUp(self):
2626
/ "org"
2727
/ "openml"
2828
/ "test"
29-
/ "tasks"
30-
/ "1882"
31-
/ "datasplits.arff"
29+
/ "api_splits" / "get"
30+
/ "1882" / "Task_1882_splits_arff"
31+
/ "body.arff"
3232
)
3333
# Use a unique temp directory for each test to avoid race conditions
3434
# when running tests in parallel (see issue #1641)

0 commit comments

Comments
 (0)