Skip to content

Commit

Permalink
fixtures.py: fix the path of '0000a567' in get_data_path_by_name()
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
yelhamer committed Aug 14, 2023
1 parent 1cf33e4 commit 751231b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def get_data_path_by_name(name) -> Path:
/ "data"
/ "dynamic"
/ "cape"
/ "v2.2"
/ "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz"
)
elif name.startswith("ea2876"):
Expand Down

0 comments on commit 751231b

Please sign in to comment.