diff --git a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json
index d3220e55c3..7cdaa9a13e 100644
--- a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json
+++ b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json
@@ -450,6 +450,7 @@
"tests": [
"assert.deepEqual(fearNotLetter(\"abce\"), \"d\", 'message: fearNotLetter(\"abce\")
should return \"d\".');",
"assert.deepEqual(fearNotLetter(\"abcdefghjklmno\"), \"i\", 'message: fearNotLetter(\"abcdefghjklmno\")
should return \"i\".');",
+ "assert.deepEqual(fearNotLetter(\"stvwx\"), \"u\", 'message: fearNotLetter(\"stvwx\")
should return \"u\".');",
"assert.isUndefined(fearNotLetter(\"bcd\"), 'message: fearNotLetter(\"bcd\")
should return undefined.');",
"assert.isUndefined(fearNotLetter(\"yz\"), 'message: fearNotLetter(\"yz\")
should return undefined.');"
],