diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 555a56aae2..29a21d9326 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -3707,7 +3707,7 @@ ], "tests": [ "assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'Your body element should have a black background.')", - "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb to give your body element the background-color of black. For example body { color: rgb(0, 0, 0); }.')" + "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb to give your body element the background-color of black. For example body { background-color: rgb(0, 0, 0); }.')" ], "challengeSeed": [ "