From d4e013a846d7e7fb3f7cf51d32840227670245c0 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Wed, 1 Jul 2015 15:28:29 +0100 Subject: [PATCH] Update basic-html5-and-css.json --- challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-html5-and-css.json b/challenges/basic-html5-and-css.json index d18ace104b..e3006ef8d4 100644 --- a/challenges/basic-html5-and-css.json +++ b/challenges/basic-html5-and-css.json @@ -493,7 +493,7 @@ "tests": [ "assert($('h2').css('color') === 'rgb(255, 0, 0)', 'Your h2 element should be red.')", "assert($('h2').hasClass('red-text'), 'Your h2 element should have the class \"red-text\".')", - "assert($('h2').attr('style') == undefined, 'Please make sure there is no inline style = in you h2 and change the color by using the css class red-text ')" + "assert($('h2').attr('style') === undefined, 'Please make sure there is no inline style = in you h2 and change the color by using the css class red-text ')" ], "challengeSeed": [ "