fix
This commit is contained in:
parent
35bd86ab05
commit
b694331e19
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ mod test {
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
match res {
|
match res {
|
||||||
Err(Error::ParseReceivedActivity(url, _)) => {
|
Err(Error::ParseReceivedActivity(_, url)) => {
|
||||||
assert_eq!(id, url.as_str());
|
assert_eq!(id, url.expect("has url").as_str());
|
||||||
}
|
}
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue