Skip to content

Commit

Permalink
Fix rel-preconnect unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Beytoven committed Oct 26, 2020
1 parent 136dd71 commit 9a65182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/audits/uses-rel-preconnect-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const mainResource = {
function buildArtifacts(networkRecords) {
const trace = createTestTrace({
timeOrigin: 0,
largestContentfulPaint: 5000e3,
largestContentfulPaint: 5000,
topLevelTasks: [{ts: 1000, duration: 50}],
});
const devtoolsLog = networkRecordsToDevtoolsLog(networkRecords);
Expand Down

0 comments on commit 9a65182

Please sign in to comment.