From 751231b730401e969300037226bd9b39fddf81ca Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Mon, 14 Aug 2023 12:37:15 +0300 Subject: [PATCH] fixtures.py: fix the path of '0000a567' in `get_data_path_by_name()` method --- tests/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fixtures.py b/tests/fixtures.py index 6d35485ee..a2cbe5439 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -363,6 +363,7 @@ def get_data_path_by_name(name) -> Path: / "data" / "dynamic" / "cape" + / "v2.2" / "0000a65749f5902c4d82ffa701198038f0b4870b00a27cfca109f8f933476d82.json.gz" ) elif name.startswith("ea2876"):