Skip to content

Commit

Permalink
fix test method signature
Browse files Browse the repository at this point in the history
Signed-off-by: tarilabs <[email protected]>
  • Loading branch information
tarilabs committed Feb 12, 2025
1 parent ab9e56b commit 052661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_crawl_ocilayout_manifests():
assert layer0.mediaType == "application/vnd.oci.image.layer.v1.tar+gzip"


def test_crawl_ocilayout_blobs_to_extract(tmp_path: Path) -> str:
def test_crawl_ocilayout_blobs_to_extract(tmp_path: Path):
"""Crawl ocilayout4 which is a ModelCar containing one ML file "model.joblib" and one text file "README.md" as ModelCarD.
Verify extraction from ModelCar produces those 2 assets.
"""
Expand Down

0 comments on commit 052661c

Please sign in to comment.