diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index 1cba228451..aafcefe395 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -692,7 +692,7 @@
"Here's an example: <p>Here's a <a href='http://freecodecamp.com'> link to Free Code Camp</a> for you to follow.</p>
"
],
"tests": [
- "assert((/photo/gi).test($('a').text()), 'Your anchor
element should have the anchor text of \"See my cat photos\"')",
+ "assert((/cat photos/gi).test($('a').text()), 'Your anchor
element should have the anchor text of \"See my cat photos\"')",
"assert($('a').filter(function(index) { return /com/gi.test($('a').attr('href')); }).length > 0, 'You need an anchor
element that links to http://catphotoapp.com.')"
],
"challengeSeed": [