Skip to content

Commit d23863c

Browse files
pmeierNicolasHug
andauthored
Update test/test_prototype_builtin_datasets.py
Co-authored-by: Nicolas Hug <[email protected]>
1 parent 7324861 commit d23863c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_prototype_builtin_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_label_matches_path(self, test_home, dataset_mock, config):
184184

185185
@parametrize_dataset_mocks(DATASET_MOCKS["usps"])
186186
class TestUSPS:
187-
def test_label_matches_path(self, test_home, dataset_mock, config):
187+
def test_sample_content(self, test_home, dataset_mock, config):
188188
dataset_mock.prepare(test_home, config)
189189

190190
dataset = datasets.load(dataset_mock.name, **config)

0 commit comments

Comments
 (0)