Skip to content

Commit

Permalink
Fix obvious typo in test wheel generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 1, 2023
1 parent 37acbfb commit 38b913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def make_metadata_file(
if body is not _default:
message.set_payload(body)

return File(path, message_from_dict(metadata).as_bytes())
return File(path, message.as_bytes())


def make_wheel_metadata_file(
Expand Down

0 comments on commit 38b913b

Please sign in to comment.