diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index b97d45b04c..886bb06b92 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -14,8 +14,9 @@
"To get started, we should nest all of our HTML in a div
element with the class container-fluid
."
],
"tests": [
- "assert($(\"div\").hasClass(\"container-fluid\"), 'Your div
element should have the class container-fluid
')",
- "assert(editor.match(/<\\/div>/g) && editor.match(/
div
element should have the class container-fluid
.')",
+ "assert(editor.match(/<\\/div>/g) && editor.match(/.container-fluid
.')"
],
"challengeSeed": [
"",