revert: "test(challenges): Corrected expected average value" (#17568)

This commit is contained in:
Kristofer Koishigawa 2018-06-13 23:56:16 +09:00 committed by mrugesh mohapatra
parent 0d2afb5743
commit 20fac4e2c3

View File

@ -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.",
@ -1698,4 +1698,4 @@
}
}
]
}
}