From 38768a367bf41393128cc9476700b99022d7d92a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jan 2018 12:18:11 +0100 Subject: Fix lint --- server/tests/api/server/follows.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 27cf94985..d16e98bc1 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -117,7 +117,7 @@ describe('Test follows', function () { expect(follows.length).to.equal(0) }) - it('Should have the correct following counts', async function () { + it('Should have the correct follows counts', async function () { await expectAccountFollows(servers[0].url, 'peertube@localhost:9001', 0, 2) await expectAccountFollows(servers[0].url, 'peertube@localhost:9002', 1, 0) await expectAccountFollows(servers[0].url, 'peertube@localhost:9003', 1, 0) @@ -158,7 +158,7 @@ describe('Test follows', function () { expect(follows.length).to.equal(0) }) - it('Should have the correct following counts 2', async function () { + it('Should have the correct follows counts 2', async function () { await expectAccountFollows(servers[0].url, 'peertube@localhost:9001', 0, 1) await expectAccountFollows(servers[0].url, 'peertube@localhost:9002', 1, 0) @@ -248,7 +248,7 @@ describe('Test follows', function () { await wait(7000) }) - it('Should have the correct following counts 2', async function () { + it('Should have the correct follows counts 3', async function () { await expectAccountFollows(servers[0].url, 'peertube@localhost:9001', 0, 2) await expectAccountFollows(servers[0].url, 'peertube@localhost:9002', 1, 0) await expectAccountFollows(servers[0].url, 'peertube@localhost:9003', 1, 0) -- cgit v1.2.3