From a6d947a9f993a2c1e9ab57ff9edbd813dfe78e6d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Oct 2017 15:44:02 +0200 Subject: Fix tests --- server/tests/api/multiple-pods.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/multiple-pods.ts b/server/tests/api/multiple-pods.ts index fe4e4a036..8e89da97a 100644 --- a/server/tests/api/multiple-pods.ts +++ b/server/tests/api/multiple-pods.ts @@ -509,8 +509,8 @@ describe('Test multiple pods', function () { const video0 = videos.find(v => v.uuid === localVideosPod3[0]) const video1 = videos.find(v => v.uuid === localVideosPod3[1]) - expect(video0.views).to.equal(4) - expect(video1.views).to.equal(2) + expect(video0.views).to.equal(7) + expect(video1.views).to.equal(5) } }) -- cgit v1.2.3