summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-07-18 16:17:32 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-07-18 16:17:32 +0200
commit44596dfe21c7e6318b2aad9db2d2ab107283caf4 (patch)
tree5196fdaf95ed9003e74b733f8e19a83f3539b408
parentfef9ebe0b20623c4e21cf720ea379338e6ef978e (diff)
update relations test. oops.1.33.4
-rw-r--r--t/21-relations.t4
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(