Skip to content

Commit 55f9853

Browse files
committed
Remove some exact duplication in a test
1 parent 6daf78b commit 55f9853

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tests/krate.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,10 +1294,6 @@ fn owners_can_remove_self() {
12941294
let r: R = ::json(&mut response);
12951295
assert_eq!(r.users.len(), 1);
12961296

1297-
let mut response = ok_resp!(middle.call(req.with_method(Method::Get)));
1298-
let r: R = ::json(&mut response);
1299-
assert_eq!(r.users.len(), 1);
1300-
13011297
let body = r#"{"users":["secondowner"]}"#;
13021298
let mut response = ok_resp!(middle.call(req.with_method(Method::Put).with_body(
13031299
body.as_bytes(),

0 commit comments

Comments
 (0)