Skip to content

Commit

Permalink
update test expectation now that we added a toplevel task to trace fi…
Browse files Browse the repository at this point in the history
…xture
  • Loading branch information
patrickhulce committed Oct 12, 2020
1 parent 5868877 commit 0ebdeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/lib/asset-saver-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('asset-saver helper', () => {
assert.strictEqual(artifacts.LighthouseRunWarnings.length, 2);
assert.strictEqual(artifacts.URL.requestedUrl, 'https://www.reddit.com/r/nba');
assert.strictEqual(artifacts.devtoolsLogs.defaultPass.length, 555);
assert.strictEqual(artifacts.traces.defaultPass.traceEvents.length, 12);
assert.strictEqual(artifacts.traces.defaultPass.traceEvents.length, 13);
});
});

Expand Down

0 comments on commit 0ebdeb6

Please sign in to comment.