update relations test. oops.

This commit is contained in:
Birte Kristina Friesel 2023-07-18 16:17:32 +02:00
parent fef9ebe0b2
commit 44596dfe21
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -379,7 +379,7 @@ is_deeply(
); );
is_deeply( is_deeply(
[ $u->get_followees( uid => $uid1 ) ], [ $u->get_followees( uid => $uid1 ) ],
[ { id => $uid2, name => 'test2' } ] [ { id => $uid2, name => 'test2', following_back => 0 } ]
); );
$u->remove_follower( $u->remove_follower(
@ -788,7 +788,7 @@ is_deeply(
); );
is_deeply( is_deeply(
[ $u->get_followees( uid => $uid1 ) ], [ $u->get_followees( uid => $uid1 ) ],
[ { id => $uid2, name => 'test2' } ] [ { id => $uid2, name => 'test2', following_back => 0 } ]
); );
$u->unfollow( $u->unfollow(