diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json
index aa64b50ae9..27a3613bc9 100644
--- a/seed/challenges/bootstrap.json
+++ b/seed/challenges/bootstrap.json
@@ -1756,8 +1756,8 @@
"Nest one div
element with the class well
within each of your col-xs-6
div
elements."
],
"tests": [
- "assert($(\"div.col-xs-6\").not(\":has(>div.well)\").length < 1, 'Add a div
element with the class well
inside each of your div class=\"col-xs-6\" elements
')",
- "assert($(\"div.row > div.col-xs-6\").length > 1, 'Nest both of your div class=\"col-xs-6\"
elements within your div class=\"row\"
element.')",
+ "assert($(\"div.col-xs-6\").not(\":has(>div.well)\").length < 1, 'Add a div
element with the class well
inside each of your div
elements with the class \"col-xs-6\"
')",
+ "assert($(\"div.row > div.col-xs-6\").length > 1, 'Nest both of your div
elements with the class \"col-xs-6\"
within your div
element with the class \"row\"
.')",
"assert(editor.match(/<\\/div>/g) && editor.match(/