Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
revert: "test(challenges): Corrected expected average value" (#17568)
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo authored and raisedadead committed Jun 13, 2018
1 parent 0d2afb5 commit 20fac4e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1102,8 +1102,8 @@
"testString": "assert(code.match(/\\.reduce/g), 'Your code should use the <code>reduce</code> method.');"
},
{
"text": "The <code>averageRating</code> should equal 8.52.",
"testString": "assert(averageRating == 8.52, 'The <code>averageRating</code> should equal 8.52.');"
"text": "The <code>averageRating</code> should equal 8.675.",
"testString": "assert(averageRating == 8.675, 'The <code>averageRating</code> should equal 8.675.');"
},
{
"text": "Your code should not use a <code>for</code> loop.",
Expand Down Expand Up @@ -1698,4 +1698,4 @@
}
}
]
}
}

0 comments on commit 20fac4e

Please sign in to comment.