Skip to content

Commit

Permalink
unflake assetsaver test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 1, 2016
1 parent 3dc934d commit 91c8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/lib/asset-saver.js
Expand Up @@ -51,7 +51,7 @@ describe('asset-saver helper', () => {
it('trace file saved to disk with data', () => {
const traceFilename = assetSaver.getFilenamePrefix(options) + '.trace.json';
const traceFileContents = fs.readFileSync(traceFilename, 'utf8');
assert.equal(traceFileContents.length, 3754841);
assert.ok(traceFileContents.length > 3000000);
fs.unlinkSync(traceFilename);
});

Expand Down

0 comments on commit 91c8d92

Please sign in to comment.