Skip to content

Commit

Permalink
Update lighthouse-core/test/audits/critical-request-chains-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Raine <6752989+adamraine@users.noreply.github.com>
  • Loading branch information
patrickhulce and adamraine committed Oct 13, 2020
1 parent 0ebdeb6 commit ab01491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Performance: critical-request-chains audit', () => {
});
});

it('calculates the correct chain result for a real trace', () => {
it('calculates the correct chain result for a real devtools log', () => {
const artifacts = {
traces: {defaultPass: createTestTrace({topLevelTasks: [{ts: 0}]})},
devtoolsLogs: {defaultPass: redditDevtoolsLog},
Expand Down

0 comments on commit ab01491

Please sign in to comment.