Skip to content

Commit 328f637

Browse files
committed
Remove trailing comma from test data
A trailing comma makes any element a one-item tuple. Signed-off-by: Teodora Sechkova <[email protected]>
1 parent e30faa8 commit 328f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def test_metadata_targets(self):
569569
hashes = {
570570
"sha256": "141f740f53781d1ca54b8a50af22cbf74e44c21a998fa2a8a05aaac2c002886b",
571571
"sha512": "ef5beafa16041bcdd2937140afebd485296cd54f7348ecd5a4d035c09759608de467a7ac0eb58753d0242df873c305e8bffad2454aa48f44480f15efae1cacd0"
572-
},
572+
}
573573

574574
fileinfo = TargetFile(length=28, hashes=hashes)
575575

0 commit comments

Comments
 (0)