Fix typo
This commit is contained in:
parent
ce5e75386c
commit
15e527992d
|
@ -284,7 +284,7 @@
|
|||
})
|
||||
})
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue