diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json
index 7a6ad78bcc..e9dad43350 100644
--- a/seed/challenges/bootstrap.json
+++ b/seed/challenges/bootstrap.json
@@ -14,7 +14,7 @@
"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 \"row\"')",
+ "assert($('div').hasClass('container-fluid'), 'Your div
element should have the class \"container-fluid\"')",
"assert(editor.match(/<\\/div>/g) && editor.match(/