From 44596dfe21c7e6318b2aad9db2d2ab107283caf4 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 18 Jul 2023 16:17:32 +0200 Subject: update relations test. oops. --- t/21-relations.t | 4 ++-- 1 file 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( -- cgit v1.2.3