diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json
index 41283227be..dcf7274e6f 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -3639,7 +3639,7 @@
],
"tests": [
"assert(checkObj(\"gift\") === \"pony\", 'message: checkObj(\"gift\")
should return \"pony\"
.');",
- "assert(checkObj(\"pet\") === \"kitten\", 'message: checkObj(\"gift\")
should return \"kitten\"
.');",
+ "assert(checkObj(\"pet\") === \"kitten\", 'message: checkObj(\"pet\")
should return \"kitten\"
.');",
"assert(checkObj(\"house\") === \"Not Found\", 'message: checkObj(\"house\")
should return \"Not Found\"
.');"
],
"type": "waypoint",
@@ -5143,4 +5143,4 @@
"isBeta": "true"
}
]
-}
\ No newline at end of file
+}