diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 913d4a26db8..4c5a3f66def 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -100,6 +100,7 @@
"tests": [
"assert($(\"img\").length === 2, 'You should have a total of two images.')",
"assert($(\"img:eq(1)\").hasClass(\"img-responsive\"), 'Your new image should be below your old one and have the class img-responsive.')",
+ "assert(!$(\"img:eq(1)\").hasClass(\"smaller-image\"), 'Your new image should not have the class smaller-image.')",
"assert($(\"img:eq(1)\").attr(\"src\") === \"http://bit.ly/fcc-running-cats\", 'Your new image should have a src of http://bit.ly/fcc-running-cats.')",
"assert(editor.match(/
/g).length === 2 && editor.match(/
img element has a closing angle bracket.')"
],