fix
This commit is contained in:
parent
ac094086cd
commit
bbb4a17263
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ async fn main() -> Result<(), Error> {
|
||||||
info!("Alpha user follows beta user via webfinger");
|
info!("Alpha user follows beta user via webfinger");
|
||||||
alpha
|
alpha
|
||||||
.local_user()
|
.local_user()
|
||||||
.follow("beta@localhost.:8002", &alpha.to_request_data())
|
.follow("beta@localhost:8002", &alpha.to_request_data())
|
||||||
.await?;
|
.await?;
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
beta.local_user().followers(),
|
beta.local_user().followers(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue