Skip to content

Commit

Permalink
Add resolve to manifest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jul 17, 2024
1 parent f14ebf7 commit 1e59572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/abc_atlas_cache/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_metadata_file_attributes(self):
assert file_obj.url == 'https://allen-brain-cell-atlas.s3.us-west-2.amazonaws.com/metadata/Allen-CCF-2020/20230630/parcellation.csv' # noqa: E501
assert file_obj.version == '20230630'
assert file_obj.file_size == 41197
assert file_obj.local_path == cache_path / 'metadata/Allen-CCF-2020/20230630/parcellation.csv' # noqa: E501
assert file_obj.local_path == (cache_path / 'metadata/Allen-CCF-2020/20230630/parcellation.csv').resolve() # noqa: E501
assert file_obj.file_type == 'csv'
assert file_obj.relative_path == 'metadata/Allen-CCF-2020/20230630/parcellation.csv' # noqa: E501
assert file_obj.file_hash == 'aea6f6925d7c84f4e5a2d022cbc9c7bb'
Expand Down

0 comments on commit 1e59572

Please sign in to comment.