diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index e4131a415e..9df78bfd86 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -691,8 +691,8 @@ "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()), 'You need an anchor element that links to \"catphotoapp.com\".')", - "assert($('a').filter(function(index) { return /photo/gi.test($('a')[index]); }).length === 1, 'Your anchor element should have the anchor text of \"See my cat photos\"')" + "assert((/photo/gi).test($('a').text()), 'Your anchor element should have the anchor text of \"See my cat photos\"')", + "assert($('a').filter(function(index) { return /photo/gi.test($('a')[index]); }).length === 1, 'You need an anchor element that links to http://catphotoapp.com.')" ], "challengeSeed": [ "",