client-api: Fix recently broken test

This commit is contained in:
Jonas Platte 2021-04-13 15:07:26 +02:00
parent a774771fc9
commit 12b2d65e45
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -83,7 +83,5 @@ mod tests {
).unwrap(),
IncomingRequest { user_id, avatar_url: None } if user_id == "@foo:bar.org"
);
Ok(())
}
}