diff --git a/app/soapbox/__fixtures__/accounts_counter_follow.json b/app/soapbox/__fixtures__/accounts_counter_follow.json index 3d2faf8012..52bccc97bd 100644 --- a/app/soapbox/__fixtures__/accounts_counter_follow.json +++ b/app/soapbox/__fixtures__/accounts_counter_follow.json @@ -1,7 +1,7 @@ { "9vMAje101ngtjlMj7w": { - "followers_count": 3, - "following_count": 2, + "followers_count": 2, + "following_count": 3, "statuses_count": 2 } } diff --git a/app/soapbox/__fixtures__/accounts_counter_unfollow.json b/app/soapbox/__fixtures__/accounts_counter_unfollow.json index 285e4c6f29..98bbaaafb6 100644 --- a/app/soapbox/__fixtures__/accounts_counter_unfollow.json +++ b/app/soapbox/__fixtures__/accounts_counter_unfollow.json @@ -1,7 +1,7 @@ { "9vMAje101ngtjlMj7w": { - "followers_count": 1, - "following_count": 2, + "followers_count": 2, + "following_count": 1, "statuses_count": 2 } } diff --git a/app/soapbox/reducers/__tests__/accounts_counters-test.js b/app/soapbox/reducers/__tests__/accounts_counters-test.js index c39c959388..ca6272fbdc 100644 Binary files a/app/soapbox/reducers/__tests__/accounts_counters-test.js and b/app/soapbox/reducers/__tests__/accounts_counters-test.js differ