Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Nov 8, 2023
1 parent 0eda5ad commit 2a9cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Search/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def custom_matcher(request: requests.Request):
with raises(ASFSearchError):
results.raise_if_incomplete()

def run_test_datasets_search(datasets: List):
def run_test_dataset_search(datasets: List):
if any(dataset for dataset in datasets if dataset_collections.get(dataset) is None):
with raises(ValueError):
search(datasets=datasets, maxResults=1)
Expand Down

0 comments on commit 2a9cc9d

Please sign in to comment.