Skip to content

Commit 5d9f11c

Browse files
carols10centscgati
authored andcommitted
Update test to match upstream changes
1 parent e3dc88c commit 5d9f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/team.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fn nonexistent_team() {
130130
fn add_team_mixed_case() {
131131
let (_b, app, middle) = ::app();
132132
let mut req =
133-
::request_with_user_and_mock_crate(&app, mock_user_on_x_and_y(), "foo_mixed_case");
133+
::request_with_user_and_mock_crate(&app, &mock_user_on_x_and_y(), "foo_mixed_case");
134134

135135
let body = r#"{"users":["github:Crates-Test-Org:Core"]}"#;
136136

0 commit comments

Comments
 (0)