diff options
-rw-r--r-- | t/21-relations.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/21-relations.t b/t/21-relations.t index 0a33dc5..857d20d 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( |