Skip to content

Commit

Permalink
extend tests for crate-release info fetchign
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Mar 11, 2023
1 parent c1cec1f commit 1b2d382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -249,6 +250,7 @@ mod tests {
"created_at": Utc::now().to_rfc3339(),
"yanked": false,
"downloads": 333,
"license": "MIT",
"published_by": {
"id": 1,
"login": "owner",
Expand Down

0 comments on commit 1b2d382

Please sign in to comment.