diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json index 041992b4f0..a36c6ef152 100644 --- a/seed/challenges/01-responsive-web-design/basic-css.json +++ b/seed/challenges/01-responsive-web-design/basic-css.json @@ -4304,12 +4304,12 @@ "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-skin\\s*?:\\s*?gray\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-skin variable and assign it to gray.');" }, { - "text": "penguin class should declare the --penguin-skin variable and assign it to white.", - "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-belly\\s*?:\\s*?white\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-skin variable and assign it to white.');" + "text": "penguin class should declare the --penguin-belly variable and assign it to white.", + "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-belly\\s*?:\\s*?white\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-belly variable and assign it to white.');" }, { - "text": "penguin class should declare the --penguin-skin variable and assign it to orange.", - "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-beak\\s*?:\\s*?orange\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-skin variable and assign it to orange.');" + "text": "penguin class should declare the --penguin-beak variable and assign it to orange.", + "testString": "assert(code.match(/.penguin\\s*?{[\\s\\S]*--penguin-beak\\s*?:\\s*?orange\\s*?;[\\s\\S]*}/gi), 'penguin class should declare the --penguin-beak variable and assign it to orange.');" } ], "solutions": [],