diff --git a/snakebids/tests/test_datasets.py b/snakebids/tests/test_datasets.py index 9fe4ae47..a8b4ea73 100644 --- a/snakebids/tests/test_datasets.py +++ b/snakebids/tests/test_datasets.py @@ -37,7 +37,7 @@ def test_bids_dataset_aliases_are_correctly_set(self, component: BidsComponent): dataset = BidsDataset.from_iterable([component]) assert dataset.input_path == dataset.path assert dataset.input_zip_lists == dataset.zip_lists - assert dataset.input_lists == dataset.input_lists + assert dataset.input_lists == dataset.entities assert dataset.input_wildcards == dataset.wildcards