Skip to content

Commit 6a5a8d3

Browse files
committed
Update test name
1 parent 6580f42 commit 6a5a8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tools/test_exampledata_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_pooch_registry_url_reponse(url):
1515

1616

1717
@pytest.mark.parametrize("dataset", list_example_datasets()[:1])
18-
def test_download_example_dataset(tmp_path, dataset):
18+
def test_download_example_dataset_folder_creation(tmp_path, dataset):
1919
dataset_folder_path = download_example_dataset(dataset, data_home=tmp_path)
2020

2121
assert dataset_folder_path.exists()

0 commit comments

Comments
 (0)