Skip to content

Commit

Permalink
rebaseline smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 20, 2017
1 parent dcb24df commit 0b032a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-cli/test/smokehouse/redirects/expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
rawValue: '>=500',
details: {
items: {
length: 2,
length: 3,
},
},
},
Expand All @@ -32,10 +32,10 @@ module.exports = [
audits: {
'redirects': {
score: 100,
rawValue: 0,
rawValue: '>=250',
details: {
items: {
length: 1,
length: 2,
},
},
},
Expand Down

0 comments on commit 0b032a9

Please sign in to comment.