We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52773ff commit 72b7354Copy full SHA for 72b7354
src/tests/krate/publish.rs
@@ -831,7 +831,7 @@ fn license_and_description_required() {
831
assert_eq!(response.status(), StatusCode::OK);
832
assert_eq!(
833
response.json(),
834
- json!({ "errors": [{ "detail": missing_metadata_error_message(&["description", "license",]) }] })
+ json!({ "errors": [{ "detail": missing_metadata_error_message(&["description", "license"]) }] })
835
);
836
837
let crate_to_publish = PublishBuilder::new("foo_metadata")
0 commit comments