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

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed May 4, 2016
1 parent 621b478 commit d745285
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/getInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ vows.describe('getInfo').addBatch({
assert.equal(info.description,
'Ridley High School\'s real American Bad ASS,A true Delco Savage. ' +
'Filmed in 2003 before Youtube was invented. ' +
'This is also the original I find it hilarious that there ' +
'are copycat videos!');
'This is also the original I find it hilarious tha...');
assert.equal(info._filename, 'lol-90AiXO1pAiA.mp4');
assert.equal(info.format, '18 - 480x360 (medium)');
assert.equal(info.duration, '11');
Expand Down Expand Up @@ -129,8 +128,7 @@ vows.describe('getInfo').addBatch({
assert.equal(info[1].description,
'Ridley High School\'s real American Bad ASS,A true Delco Savage. ' +
'Filmed in 2003 before Youtube was invented. ' +
'This is also the original I find it hilarious that there ' +
'are copycat videos!');
'This is also the original I find it hilarious tha...');
assert.equal(info[1]._filename, 'lol-90AiXO1pAiA.webm');
assert.equal(info[1].format, '43 - 640x360 (medium)');
assert.equal(info[1].duration, '11');
Expand Down

0 comments on commit d745285

Please sign in to comment.