Skip to content

Commit

Permalink
Modified path to checksum resource in test test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Feb 19, 2024
1 parent b153021 commit 27877fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/test_access_om2_extract_checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_extract_checksums(version):
assert checksums["schema_version"] == version

# Check the entire checksum file is expected
with open(f'test/resources/access-om2-checksums-1-0-0.yaml', 'r') as file:
with open(f'test/test/resources/access-om2-checksums-1-0-0.yaml', 'r') as file:
expected_checksums = yaml.safe_load(file)

assert checksums == expected_checksums
Expand Down

0 comments on commit 27877fb

Please sign in to comment.