We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3dc88c commit 5d9f11cCopy full SHA for 5d9f11c
src/tests/team.rs
@@ -130,7 +130,7 @@ fn nonexistent_team() {
130
fn add_team_mixed_case() {
131
let (_b, app, middle) = ::app();
132
let mut req =
133
- ::request_with_user_and_mock_crate(&app, mock_user_on_x_and_y(), "foo_mixed_case");
+ ::request_with_user_and_mock_crate(&app, &mock_user_on_x_and_y(), "foo_mixed_case");
134
135
let body = r#"{"users":["github:Crates-Test-Org:Core"]}"#;
136
0 commit comments