From 12b2d65e45cccee91f1403dcc7d4f915a14cb69c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 13 Apr 2021 15:07:26 +0200 Subject: [PATCH] client-api: Fix recently broken test --- ruma-client-api/src/r0/profile/set_avatar_url.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruma-client-api/src/r0/profile/set_avatar_url.rs b/ruma-client-api/src/r0/profile/set_avatar_url.rs index fe71f007..0013e433 100644 --- a/ruma-client-api/src/r0/profile/set_avatar_url.rs +++ b/ruma-client-api/src/r0/profile/set_avatar_url.rs @@ -83,7 +83,5 @@ mod tests { ).unwrap(), IncomingRequest { user_id, avatar_url: None } if user_id == "@foo:bar.org" ); - - Ok(()) } }