diff --git a/seed/challenges/01-front-end-development-certification/bootstrap.json b/seed/challenges/01-front-end-development-certification/bootstrap.json
index 6c9077438b..2211eda340 100644
--- a/seed/challenges/01-front-end-development-certification/bootstrap.json
+++ b/seed/challenges/01-front-end-development-certification/bootstrap.json
@@ -2088,7 +2088,7 @@
""
],
"tests": [
- "assert($(\"div.well\").children(\"button\").length > 5, 'message: Nest three button elements within each of your div elements with class well.');",
+ "assert($(\"div.well:eq(0)\").children(\"button\").length === 3 && $(\"div.well:eq(1)\").children(\"button\").length === 3, 'message: Nest three button elements within each of your div elements with class well.');",
"assert($(\"button\") && $(\"button\").length > 5, 'message: You should have a total of 6 button elements.');",
"assert(code.match(/<\\/button>/g) && code.match(/