diff --git a/challenges/jquery.json b/challenges/jquery.json
index 8576e4bc0d..75de836abf 100644
--- a/challenges/jquery.json
+++ b/challenges/jquery.json
@@ -679,7 +679,7 @@
"Here's an example of how you would use the children()
function: $(\"#left-well\").children().css(\"color\", \"blue\")
"
],
"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(/