Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Mar 19, 2021
1 parent 52773ff commit 72b7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/krate/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ fn license_and_description_required() {
assert_eq!(response.status(), StatusCode::OK);
assert_eq!(
response.json(),
json!({ "errors": [{ "detail": missing_metadata_error_message(&["description", "license",]) }] })
json!({ "errors": [{ "detail": missing_metadata_error_message(&["description", "license"]) }] })
);

let crate_to_publish = PublishBuilder::new("foo_metadata")
Expand Down

0 comments on commit 72b7354

Please sign in to comment.