Skip to content

Commit 6f11d4e

Browse files
committed
added version for failed test
1 parent 0de1eac commit 6f11d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test__name_to_id_with_deactivated(self):
184184
"""Check that an activated dataset is returned if an earlier deactivated one exists."""
185185
self.use_production_server()
186186
# /d/1 was deactivated
187-
assert openml.datasets.functions._name_to_id("anneal") == 2
187+
assert openml.datasets.functions._name_to_id("anneal",version=1) == 2
188188

189189
@pytest.mark.production_server()
190190
def test__name_to_id_with_multiple_active(self):

0 commit comments

Comments
 (0)