edited accounts_counters-test
This commit is contained in:
parent
3d547f2038
commit
26a37382de
4 changed files with 21 additions and 0 deletions
7
app/soapbox/__fixtures__/accounts_counter_follow.json
Normal file
7
app/soapbox/__fixtures__/accounts_counter_follow.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"9vMAje101ngtjlMj7w": {
|
||||||
|
"followers_count": 3,
|
||||||
|
"following_count": 2,
|
||||||
|
"statuses_count": 2
|
||||||
|
}
|
||||||
|
}
|
7
app/soapbox/__fixtures__/accounts_counter_initial.json
Normal file
7
app/soapbox/__fixtures__/accounts_counter_initial.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"9vMAje101ngtjlMj7w": {
|
||||||
|
"followers_count": 2,
|
||||||
|
"following_count": 2,
|
||||||
|
"statuses_count": 2
|
||||||
|
}
|
||||||
|
}
|
7
app/soapbox/__fixtures__/accounts_counter_unfollow.json
Normal file
7
app/soapbox/__fixtures__/accounts_counter_unfollow.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"9vMAje101ngtjlMj7w": {
|
||||||
|
"followers_count": 1,
|
||||||
|
"following_count": 2,
|
||||||
|
"statuses_count": 2
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in a new issue