Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
formats change :/
Browse files Browse the repository at this point in the history
fent committed Oct 15, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 174743a commit e6f172d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/getFormat.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@ var expected = [
{ itag: 18, filetype: 'mp4', resolution: '360x640' },
{ itag: 43, filetype: 'webm', resolution: '360x640' },
{ itag: 5, filetype: 'flv', resolution: '240x400' },
{ itag: 17, filetype: 'mp4', resolution: '144x176' }
{ itag: 36, filetype: '3gp', resolution: '240x320' },
{ itag: 17, filetype: '3gp', resolution: '144x176' }
];

vows.describe('getFormats').addBatch({
@@ -21,7 +22,6 @@ vows.describe('getFormats').addBatch({
'formats returned': function(err, formats) {
assert.isNull(err);
assert.isArray(formats);
assert.equal(formats.length, expected.length);
assert.deepEqual(formats, expected);
}
}

0 comments on commit e6f172d

Please sign in to comment.