diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index 2fb852ade8..2be8abc430 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -16,6 +16,7 @@
"Now all you need to do is add the \"img-responsive\" class to your image."
],
"tests": [
+ "assert($('img').length > 1, 'You should have a total of two images.')",
"assert($('img').hasClass('img-responsive'), 'Your new image should have the class \"img-responsive\".')",
"assert(new RegExp('http://bit.ly/fcc-kittens2', 'gi').test($('img.img-responsive').attr('src')), 'Add a second image with the src
of http://bit.ly/fcc-kittens2
.')"
],