diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 35b7a02321..f953d8e58a 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -96,7 +96,7 @@
"Fortunately, with Bootstrap, all we need to do is add the img-responsive
class to your image. Do this, and the image should perfectly fit the width of your page."
],
"tests": [
- "assert($(\"img\").length > 1, 'You should have a total of two images.')",
+ "assert($(\"img\").length === 2, 'You should have a total of two images.')",
"assert(editor.match(/
/g).length === 2 && editor.match(/
img element has a closing angle bracket.')",
"assert($(\"img\").hasClass(\"img-responsive\"), 'Your new image should have the class img-responsive
.')",
"assert(new RegExp(\"http://bit.ly/fcc-running-cats\", \"gi\").test($(\"img.img-responsive\").attr(\"src\")), 'Add a second image with the src
of http://bit.ly/fcc-running-cats
.')"