From cc8e5a77dc1cf4b50292a6cbb323afdb292f48d1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 18 Nov 2015 11:02:46 -0500 Subject: [PATCH] Update json-apis-and-ajax.json Proposed fix to solve issue #4516. Instructions say to use forEach instead of map. --- seed/challenges/json-apis-and-ajax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/json-apis-and-ajax.json b/seed/challenges/json-apis-and-ajax.json index 7e8200980e..53d71fcf3c 100644 --- a/seed/challenges/json-apis-and-ajax.json +++ b/seed/challenges/json-apis-and-ajax.json @@ -174,7 +174,7 @@ "});" ], "tests": [ - "assert(editor.match(/json\\.map/gi), 'The message box should have something in it.')" + "assert(editor.match(/json\\.forEach/gi), 'The message box should have something in it.')" ], "challengeSeed": [ "fccss",