diff --git a/t/21-relations.t b/t/21-relations.t index 0a33dc56953279e85d3de23a0a152ead6493c819..857d20d827b9c54ab6f8d649a1184a6be46e36c0 100644 --- a/t/21-relations.t +++ b/t/21-relations.t @@ -379,7 +379,7 @@ is_deeply( ); is_deeply( [ $u->get_followees( uid => $uid1 ) ], - [ { id => $uid2, name => 'test2' } ] + [ { id => $uid2, name => 'test2', following_back => 0 } ] ); $u->remove_follower( @@ -788,7 +788,7 @@ is_deeply( ); is_deeply( [ $u->get_followees( uid => $uid1 ) ], - [ { id => $uid2, name => 'test2' } ] + [ { id => $uid2, name => 'test2', following_back => 0 } ] ); $u->unfollow(