Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Apr 19, 2024
1 parent 03ef33e commit 32f65e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/lib/lighthouse-compatibility-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('backward compatibility', () => {
);
assert.deepStrictEqual(
preparedResult.audits['modern-image-formats'].metricSavings,
{LCP: 1650, FCP: 0}
{LCP: 1500, FCP: 0}
);
});
});

0 comments on commit 32f65e0

Please sign in to comment.