Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
account for snappy compression
  • Loading branch information
rvagg committed Nov 15, 2013
1 parent 11f152d commit ad871a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abstract/approximate-size-test.js
Expand Up @@ -90,7 +90,8 @@ module.exports.approximateSize = function (test) {

t.type(size, 'number')
t.ok(
size > 100000
size > 40000 // account for snappy compression
// original would be ~100000
, 'size reports a reasonable amount (' + size + ')'
)

Expand Down

0 comments on commit ad871a7

Please sign in to comment.