diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index fde44601b0..80dabd999f 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -743,8 +743,8 @@ ], "tests": [ "assert($('img').hasClass('smaller-image'), 'Your img element should have the class \"smaller-image\".')", - "assert($('img').hasClass('thick-green-border'), 'Your image element should have the class \"thick-green-border\".')", - "assert(parseInt($('img').css('border-left-width')) > 8, 'Your image should have a border with a width of 10 pixels.')" + "assert($('img').hasClass('thick-green-border'), 'Your img element should have the class \"thick-green-border\".')", + "assert(parseInt($('img').css('border-left-width')) > 8, 'Your img should have a border with a width of 10 pixels.')" ], "challengeSeed": [ "",