diff --git a/challenges/jquery.json b/challenges/jquery.json
index 358ad754d8..c737a3af88 100644
--- a/challenges/jquery.json
+++ b/challenges/jquery.json
@@ -682,7 +682,7 @@
"Give all the children of your #right-well
element a color of green."
],
"tests": [
- "assert($(\"#target6\").css(\"color\") === 'rgb(0, 128, 0)', 'Your target6
element should have green text.')",
+ "assert($(\"#right-well\").children().css(\"color\") === 'rgb(0, 128, 0)', 'All children of #right-well
should have green text.')",
"assert(editor.match(/\\.children\\(\\)\\.css/g), 'You should use the children()
function to modify these elements.')",
"assert(editor.match(/