From 70ec50aec7391acbcaad4b1cb71da6313664a0f2 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 17 Dec 2018 16:58:47 +0100 Subject: [PATCH] update snapshot --- test/getInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/getInfo.js b/test/getInfo.js index 125d87c..bdf6cb3 100644 --- a/test/getInfo.js +++ b/test/getInfo.js @@ -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'); @@ -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');