diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json index eeef6e5f6b..d8385c712e 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json @@ -1245,7 +1245,7 @@ }, { "text": "bar is exported.", - "testString": "getUserInput => assert(getUserInput('index').match(/export\\s+const\\s+boo\\s+=+\\s\"far\"/g), 'bar is exported.');" + "testString": "getUserInput => assert(getUserInput('index').match(/export\\s+const\\s+bar\\s+=+\\s\"foo\"/g), 'bar is exported.');" } ], "releasedOn": "Feb 17, 2017", @@ -1259,7 +1259,7 @@ "contents": [ "\"use strict\";", "const foo = \"bar\";", - "const boo = \"far\";" + "const bar= \"foo\";" ], "head": [ "window.exports = function(){};"