Skip to content

Commit 7c6835f

Browse files
committed
Fix obvious typo in test wheel generator
1 parent d1c5af8 commit 7c6835f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/wheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def make_metadata_file(
102102
if body is not _default:
103103
message.set_payload(body)
104104

105-
return File(path, message_from_dict(metadata).as_bytes())
105+
return File(path, message.as_bytes())
106106

107107

108108
def make_wheel_metadata_file(

0 commit comments

Comments
 (0)