Skip to content

Commit

Permalink
name change for test
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Jun 21, 2024
1 parent 0ec25c0 commit daf975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_30_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_open_file() -> None:
assert "z" in res.variables


def test_open_file_filter_by_keys_list() -> None:
def test_open_file_filter_by_keys() -> None:
res = dataset.open_file(TEST_DATA, filter_by_keys={"shortName": "t"})

assert "t" in res.variables
Expand Down

0 comments on commit daf975f

Please sign in to comment.