aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-15 09:46:46 +0100
committerChocobozzz <me@florianbigard.com>2018-01-15 09:47:19 +0100
commit7006bc6378eb0d480bc5b60f2c18876f0bb2a97d (patch)
tree1d914b217a7374ed6315ef2f4d38e921689d3705 /server/tests
parent304016c52ba275a293a2c8ee3287e569b398dc68 (diff)
downloadPeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.tar.gz
PeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.tar.zst
PeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.zip
Fix actor followers/following counts
Diffstat (limited to 'server/tests')
-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