aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/server/follows.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/server/follows.ts')
-rw-r--r--server/tests/api/server/follows.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts
index d16e98bc1..fad58e840 100644
--- a/server/tests/api/server/follows.ts
+++ b/server/tests/api/server/follows.ts
@@ -256,7 +256,7 @@ describe('Test follows', function () {
256 await expectAccountFollows(servers[1].url, 'peertube@localhost:9001', 0, 1) 256 await expectAccountFollows(servers[1].url, 'peertube@localhost:9001', 0, 1)
257 await expectAccountFollows(servers[1].url, 'peertube@localhost:9002', 1, 0) 257 await expectAccountFollows(servers[1].url, 'peertube@localhost:9002', 1, 0)
258 258
259 await expectAccountFollows(servers[2].url, 'peertube@localhost:9001', 0, 1) 259 await expectAccountFollows(servers[2].url, 'peertube@localhost:9001', 0, 2)
260 await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 1, 0) 260 await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 1, 0)
261 }) 261 })
262 262