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 6a9a67e226..d2e8a0d61e 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.675.", - "testString": "assert(averageRating == 8.675, 'The averageRating should equal 8.675.');" + "text": "The averageRating should equal 8.52.", + "testString": "assert(averageRating == 8.52, 'The averageRating should equal 8.52.');" }, { "text": "Your code should not use a for loop.", @@ -1698,4 +1698,4 @@ } } ] -} \ No newline at end of file +}