aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tests/api/multiple-pods.ts4
1 files changed, 2 insertions, 2 deletions
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 () {
509 const video0 = videos.find(v => v.uuid === localVideosPod3[0]) 509 const video0 = videos.find(v => v.uuid === localVideosPod3[0])
510 const video1 = videos.find(v => v.uuid === localVideosPod3[1]) 510 const video1 = videos.find(v => v.uuid === localVideosPod3[1])
511 511
512 expect(video0.views).to.equal(4) 512 expect(video0.views).to.equal(7)
513 expect(video1.views).to.equal(2) 513 expect(video1.views).to.equal(5)
514 } 514 }
515 }) 515 })
516 516