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

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 17, 2018
1 parent 8a92f0b commit 70ec50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/getInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vows.describe('getInfo').addBatch({
'http://hobbledehoyrecords.com/store');
assert.equal(info._filename,
'OWEN - good friends, bad habits-6586873.mp4');
assert.equal(info.format, 'http-360p - 480x272');
assert.equal(info.format, 'http-240p - 480x272');
assert.equal(info._duration_raw, 235);
assert.equal(info._duration_hms, '00:03:55');
assert.equal(info.duration, '3:55');
Expand Down Expand Up @@ -130,7 +130,7 @@ vows.describe('getInfo').addBatch({
'http://hobbledehoyrecords.com/store');
assert.equal(info[0]._filename,
'OWEN - good friends, bad habits-6586873.mp4');
assert.equal(info[0].format, 'http-360p - 480x272');
assert.equal(info[0].format, 'http-240p - 480x272');
assert.equal(info[0]._duration_raw, 235);
assert.equal(info[0]._duration_hms, '00:03:55');
assert.equal(info[0].duration, '3:55');
Expand Down

0 comments on commit 70ec50a

Please sign in to comment.