diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-15 09:46:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-15 09:47:19 +0100 |
commit | 7006bc6378eb0d480bc5b60f2c18876f0bb2a97d (patch) | |
tree | 1d914b217a7374ed6315ef2f4d38e921689d3705 /server/tests/api | |
parent | 304016c52ba275a293a2c8ee3287e569b398dc68 (diff) | |
download | PeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.tar.gz PeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.tar.zst PeerTube-7006bc6378eb0d480bc5b60f2c18876f0bb2a97d.zip |
Fix actor followers/following counts
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/server/follows.ts | 2 |
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 | ||