diff --git a/seed/challenges/jquery.json b/seed/challenges/jquery.json
index f2dfcb08e1..3e5e600db4 100644
--- a/seed/challenges/jquery.json
+++ b/seed/challenges/jquery.json
@@ -624,7 +624,7 @@
"Here's an example of how you would use the parent()
function: $(\"#left-well\").parent().css(\"background-color\", \"blue\")
"
],
"tests": [
- "assert($(\"#left-well\").css(\"background-color\") === 'rgb(255, 0, 0)', 'Your left-well
element should have a red background.')",
+ "assert($(\"#left-well\").css(\"background-color\") === 'rgb(255, 0, 0)' || $(\"#left-well\").css(\"background-color\") === '#ff0000' $(\"#left-well\").css(\"background-color\") === 'red', 'Your left-well
element should have a red background.')",
"assert(editor.match(/\\.parent\\(\\)\\.css/g), 'You should use the parent()
function to modify this element.')",
"assert(editor.match(/