From a15fc75d70a481d522084563652282dab07f457e Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Sat, 11 Mar 2023 20:10:45 +0100 Subject: [PATCH] extend tests for crate-release info fetchign --- src/index/api.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index/api.rs b/src/index/api.rs index e3f233171..df682c297 100644 --- a/src/index/api.rs +++ b/src/index/api.rs @@ -237,6 +237,7 @@ mod tests { "created_at": created.to_rfc3339(), "yanked": true, "downloads": 223, + "license": "MIT", "published_by": { "id": 2, "login": "the_second_owner", @@ -249,6 +250,7 @@ mod tests { "created_at": Utc::now().to_rfc3339(), "yanked": false, "downloads": 333, + "license": "MIT", "published_by": { "id": 1, "login": "owner",