Skip to content

Commit 1151480

Browse files
committed
restored ../../../specification/...
1 parent d41c277 commit 1151480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def load_example(path: str) -> dict:
19-
with open(f"{current_directory}/../../specification/components/examples/{path}") as f:
19+
with open(f"{current_directory}/../../../specification/components/examples/{path}") as f:
2020
return json.load(f, parse_float=Decimal)
2121

2222

0 commit comments

Comments
 (0)