From 20fac4e2c35878ca678662f16d22f4a56e610b03 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Wed, 13 Jun 2018 23:56:16 +0900 Subject: [PATCH] revert: "test(challenges): Corrected expected average value" (#17568) --- .../functional-programming.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json index d2e8a0d61e..6a9a67e226 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json +++ b/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json @@ -1102,8 +1102,8 @@ "testString": "assert(code.match(/\\.reduce/g), 'Your code should use the reduce method.');" }, { - "text": "The averageRating should equal 8.52.", - "testString": "assert(averageRating == 8.52, 'The averageRating should equal 8.52.');" + "text": "The averageRating should equal 8.675.", + "testString": "assert(averageRating == 8.675, 'The averageRating should equal 8.675.');" }, { "text": "Your code should not use a for loop.", @@ -1698,4 +1698,4 @@ } } ] -} +} \ No newline at end of file