From 7e0f50d6e0c7dc583d40e196c283eb20dc386ae6 Mon Sep 17 00:00:00 2001 From: Florent Date: Sat, 6 Aug 2022 15:20:43 +0200 Subject: Use single quotes in server/ and update eslint rules --- server/tests/feeds/feeds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/feeds') diff --git a/server/tests/feeds/feeds.ts b/server/tests/feeds/feeds.ts index c7331d544..67a9ed8e0 100644 --- a/server/tests/feeds/feeds.ts +++ b/server/tests/feeds/feeds.ts @@ -433,7 +433,7 @@ describe('Test syndication feeds', () => { { const body = await servers[0].subscriptions.listVideos({ token: userAccessToken }) - expect(body.total).to.equal(2, "there should be 2 videos part of the subscription") + expect(body.total).to.equal(2, 'there should be 2 videos part of the subscription') const query = { accountId: userAccountId, token: userFeedToken } const json = await servers[0].feed.getJSON({ feed: 'subscriptions', query, ignoreCache: true }) -- cgit v1.2.3