diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json
index fb4f864474..35b7a02321 100644
--- a/seed/challenges/bootstrap.json
+++ b/seed/challenges/bootstrap.json
@@ -97,6 +97,7 @@
],
"tests": [
"assert($(\"img\").length > 1, '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
.')"
],