From 810a41c4d61fbe416b2e4bb9160a3872d988af50 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/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json b/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json index d2e8a0d61e..6a9a67e226 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/functional-programming.json +++ b/seed/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