diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json
index db8ed1a3e4..1c8b207fd8 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -643,7 +643,7 @@
],
"tests": [
"assert(remainder === 2, 'message: The value of remainder
should be 2
');",
- "assert(/\\d+\\s*%\\s*\\d+/.test(code), 'message: You should use the %
operator');"
+ "assert(/var\\s*?remainder\\s*?=\\s*?.*%.*;/.test(code), 'message: You should use the %
operator');"
],
"type": "waypoint",
"challengeType": 1,