diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 4306f0b5f7..816e7acf29 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.')"
],