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

Commit

Permalink
Remove size from download test, not relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
navispeed committed Jul 31, 2018
1 parent b9f0317 commit e22ee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ vows.describe('download').addBatch({
assert.equal(progress, 1);
assert.isObject(data);
assert.equal(data.id, 'AW8OOp2undg');
assert.equal(data.size, 34289);
// assert.equal(data.size, 49550); // No relevant, can be change through time
},

'file was downloaded': function(err, progress, data) {
Expand Down

0 comments on commit e22ee14

Please sign in to comment.