diff --git a/seed/challenges/01-responsive-web-design/basic-css.json b/seed/challenges/01-responsive-web-design/basic-css.json
index 686cfcb5e36..e7f2ab6e2f9 100644
--- a/seed/challenges/01-responsive-web-design/basic-css.json
+++ b/seed/challenges/01-responsive-web-design/basic-css.json
@@ -1466,7 +1466,7 @@
],
"tests": [
"assert($(\"div\").hasClass(\"silver-background\"), 'message: Give your div element the class silver-background.');",
- "assert($(\".silver-background\").css(\"background-color\") === \"rgb(192, 192, 192)\", 'message: Your div element should have a silver background.');"
+ "assert($(\"div\").css(\"background-color\") === \"rgb(192, 192, 192)\", 'message: Your div element should have a silver background.');"
],
"type": "waypoint",
"challengeType": 0,