fmt
This commit is contained in:
parent
9e55db2d9a
commit
d894b9e266
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ mod test {
|
|||
.await;
|
||||
|
||||
match res {
|
||||
Err(Error::ParseReceivedActivity{err: _, id}) => {
|
||||
Err(Error::ParseReceivedActivity { err: _, id }) => {
|
||||
assert_eq!(activity_id, id.expect("has url").as_str());
|
||||
}
|
||||
_ => unreachable!(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue