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