From 7006bc6378eb0d480bc5b60f2c18876f0bb2a97d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2018 09:46:46 +0100 Subject: Fix actor followers/following counts --- server/tests/api/server/follows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') 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 () { await expectAccountFollows(servers[1].url, 'peertube@localhost:9001', 0, 1) await expectAccountFollows(servers[1].url, 'peertube@localhost:9002', 1, 0) - await expectAccountFollows(servers[2].url, 'peertube@localhost:9001', 0, 1) + await expectAccountFollows(servers[2].url, 'peertube@localhost:9001', 0, 2) await expectAccountFollows(servers[2].url, 'peertube@localhost:9003', 1, 0) }) -- cgit v1.2.3