Skip to content

Commit

Permalink
test: Lower min size threshold cause 7-Zip is better on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Dec 5, 2018
1 parent 85f0970 commit 6caa907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/func/add.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Functional: add()', function () {
const seven = add(archive, source)
seven.on('end', function () {
const size = statSync(archive).size
expect(size).to.greaterThan(398)
expect(size).to.greaterThan(350)
expect(existsSync(archive)).to.equal(true)
done()
})
Expand Down

0 comments on commit 6caa907

Please sign in to comment.