diff --git a/challenges/basic-bonfires.json b/challenges/basic-bonfires.json
index cbcdbd1b83..a5df1ea9ec 100644
--- a/challenges/basic-bonfires.json
+++ b/challenges/basic-bonfires.json
@@ -313,7 +313,7 @@
"tests": [
"assert(end(\"Bastian\", \"n\") === true, '\"Bastian\", \"n\"
should return true.');",
"assert(end(\"Connor\", \"n\") === false, '\"Connor\", \"n\"
should return false.');",
- "assert(end(\"Walking on water and developing software from a specification are easy if both are frozen.\", \"specification\") === false, '\"Walking on water and developing software from a specification are easy if both are frozen.\", \"specification\")
should return false.');",
+ "assert(end(\"Walking on water and developing software from a specification are easy if both are frozen\", \"specification\") === false, '\"Walking on water and developing software from a specification are easy if both are frozen\", \"specification\")
should return false.');",
"assert(end(\"He has to give me a new name\", \"name\") === true, '\"He has to give me a new name\", \"name\"
should return true.');",
"assert(end(\"If you want to save our world, you must hurry. We dont know how much longer we can withstand the nothing\", \"mountain\") === false, '\"If you want to save our world, you must hurry. We dont know how much longer we can withstand the nothing\", \"mountain\"
should return false.');"
],