Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 8, 2024
1 parent d8010dd commit 78feba5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/tests/v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3458,15 +3458,6 @@ fn test_v2_payload() -> Result<(), Box<dyn Error>> {
}
}

// let payload = json!({
// "user": "theory",
// "date": "2024-07-20T20:34:34Z",
// "uri": "dist/semver/0.40.0/semver-0.40.0.zip",
// "digests": {
// "sha1": "fe8c013f991b5f537c39fb0c0b04bc955457675a"
// }
// });

for (name, json) in [
("no data", json!({})),
("array", json!([])),
Expand Down

0 comments on commit 78feba5

Please sign in to comment.