diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index 4d12cd6647..2b1d026865 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -1137,7 +1137,7 @@
],
"tests": [
"assert($(\"a\").attr(\"href\").match(/freecatphotoapp.com/gi).length > 0, 'You need an a
element that links to \"freecatphotoapp.com\".')",
- "assert($(\"a\").text().match(/cat\\sphotos/gi).length > 0, 'Your a
element should have the anchor text of \"cat photos\"')",
+ "assert($(\"a\").text().match(/cat\\sphotos/gi), 'Your a
element should have the anchor text of \"cat photos\"')",
"assert($(\"p\") && $(\"p\").length > 2, 'Create a new p
element around your a
element.')",
"assert($(\"a[href=\\\"http://www.freecatphotoapp.com\\\"]\").parent().is(\"p\"), 'Your a
element should be nested within your new p
element.')",
"assert($(\"p\").text().match(/click\\shere\\sfor/gi), 'Your p
element should have the text \"click here for\".')",