From 78feba5cca506e7867c62a5b4d9669d95a904282 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 8 Oct 2024 17:43:19 +0200 Subject: [PATCH] Remove comment --- src/tests/v2.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/tests/v2.rs b/src/tests/v2.rs index 8e7f0ab..74ee953 100644 --- a/src/tests/v2.rs +++ b/src/tests/v2.rs @@ -3458,15 +3458,6 @@ fn test_v2_payload() -> Result<(), Box> { } } - // 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!([])),