Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Dec 13, 2024
1 parent 4765ef0 commit 2b29905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wheelinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async def test_download_pep658_metadata_checksum(wheel_catalog):
pytest_wheel.version,
sha256,
size,
data_dist_info_metadata={"sha256": checksum},
core_metadata={"sha256": checksum},
)

assert wheel._metadata is None
Expand Down

0 comments on commit 2b29905

Please sign in to comment.