This commit is contained in:
Felix Ableitner 2025-01-03 14:26:38 +01:00
parent 9e55db2d9a
commit d894b9e266

View file

@ -144,7 +144,7 @@ mod test {
.await; .await;
match res { match res {
Err(Error::ParseReceivedActivity{err: _, id}) => { Err(Error::ParseReceivedActivity { err: _, id }) => {
assert_eq!(activity_id, id.expect("has url").as_str()); assert_eq!(activity_id, id.expect("has url").as_str());
} }
_ => unreachable!(), _ => unreachable!(),