projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff7802
)
Fix tests
author
Chocobozzz
<florian.bigard@gmail.com>
Thu, 26 Oct 2017 13:44:02 +0000
(15:44 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Thu, 26 Oct 2017 13:44:02 +0000
(15:44 +0200)
server/tests/api/multiple-pods.ts
patch
|
blob
|
history
diff --git
a/server/tests/api/multiple-pods.ts
b/server/tests/api/multiple-pods.ts
index fe4e4a036b3cd30bca0e2ebc9b6cc00b7504a2f8..8e89da97aef29745d7bc1d417bff242898ece023 100644
(file)
--- 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
)
}
})