Skip to content

Commit a15fc75

Browse files
committed
extend tests for crate-release info fetchign
1 parent b0126a4 commit a15fc75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index/api.rs

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ mod tests {
237237
"created_at": created.to_rfc3339(),
238238
"yanked": true,
239239
"downloads": 223,
240+
"license": "MIT",
240241
"published_by": {
241242
"id": 2,
242243
"login": "the_second_owner",
@@ -249,6 +250,7 @@ mod tests {
249250
"created_at": Utc::now().to_rfc3339(),
250251
"yanked": false,
251252
"downloads": 333,
253+
"license": "MIT",
252254
"published_by": {
253255
"id": 1,
254256
"login": "owner",

0 commit comments

Comments
 (0)