diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index d743390948..6d60c808cf 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -156,7 +156,7 @@ "Note that it's important to have an opening and closing curly braces ({ and }) around each element's style. You also need to make sure your element's style is between the opening and closing style tags. Finally, be sure to add the semicolon to the end of each of the element's styles." ], "tests": [ - "expect($('h2')).to.have.css('color', 'rgb(255, 0, 0)');" + "expect($('h2')).to.have.css('color', 'rgb(0, 0, 255)');" ], "challengeSeed": [ "

hello world

",