Skip to content

Commit cfb4923

Browse files
committed
Fix bad test data in test_parse_links_json
1 parent 8f89997 commit cfb4923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_parse_links_json() -> None:
492492
"url": "/files/holygrail-1.0-py3-none-any.whl",
493493
"hashes": {"sha256": "sha256 hash", "blake2b": "blake2b hash"},
494494
"requires-python": ">=3.7",
495-
"dist-info-metadata": "sha512=aabdd41",
495+
"dist-info-metadata": {"sha512": "aabdd41"},
496496
},
497497
],
498498
}

0 commit comments

Comments
 (0)