From aa3f13403ade4b87d75871e98b8b063f4a19fef6 Mon Sep 17 00:00:00 2001 From: MANISH-GIRI Date: Mon, 19 Dec 2016 14:31:20 -0500 Subject: [PATCH] Update test message in circular-border-radius challenge --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 1d8a0623c09..2bbb0b4d941 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -1494,7 +1494,7 @@ ], "tests": [ "assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of 50%, making it perfectly circular.');", - "assert(code.match(/50%/g), 'message: Be sure to use a percentage instead of a pixel value.');" + "assert(code.match(/50%/g), 'message: Be sure to use a percentage value of 50%.');" ], "type": "waypoint", "challengeType": 0,