]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - test/api/multiplePods.js
Fix typo
[github/Chocobozzz/PeerTube.git] / test / api / multiplePods.js
index bf7f27def9d5614ddfe26acd84edc0d791b3119b..3b69738f4ebb7352e2431fdf42a8faa4f77c0f59 100644 (file)
           })
       })
 
-      it('Should have videos 1 and 2 on each pod', function (done) {
+      it('Should have videos 1 and 3 on each pod', function (done) {
         async.each(urls, function (url, callback) {
           getVideosList(url, function (err, res) {
             if (err) throw err