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

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed Apr 6, 2014
1 parent b7434da commit 8704b8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/getFormat.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ var video = 'http://www.youtube.com/watch?v=0k2Zzkw_-0I';


var expected = [
{ itag: 171, filetype: 'webm', resolution: 'audio only' },
{ itag: 140, filetype: 'm4a', resolution: 'audio only' },
{ itag: 17, filetype: '3gp', resolution: '176x144' },
{ itag: 36, filetype: '3gp', resolution: '320x240' },
{ itag: 5, filetype: 'flv', resolution: '400x240' },
{ itag: 43, filetype: 'webm', resolution: '640x360' },
{ itag: 18, filetype: 'mp4', resolution: '640x360' }
{ id: '0k2Zzkw_-0I', itag: 171, filetype: 'webm', resolution: 'audio only' },
{ id: '0k2Zzkw_-0I', itag: 140, filetype: 'm4a', resolution: 'audio only' },
{ id: '0k2Zzkw_-0I', itag: 17, filetype: '3gp', resolution: '176x144' },
{ id: '0k2Zzkw_-0I', itag: 36, filetype: '3gp', resolution: '320x240' },
{ id: '0k2Zzkw_-0I', itag: 5, filetype: 'flv', resolution: '400x240' },
{ id: '0k2Zzkw_-0I', itag: 43, filetype: 'webm', resolution: '640x360' },
{ id: '0k2Zzkw_-0I', itag: 18, filetype: 'mp4', resolution: '640x360' }
];

vows.describe('getFormats').addBatch({
Expand Down

0 comments on commit 8704b8e

Please sign in to comment.