diff --git a/js/tests/play-with-variables.json b/js/tests/play-with-variables.json index b2fb42b22..2940ecacf 100644 --- a/js/tests/play-with-variables.json +++ b/js/tests/play-with-variables.json @@ -17,6 +17,6 @@ }, { "description": "The value of power must have changed", - "code": "let power = 'under 9000'\n\n// Your code\n\nequal(love, 'levelMax')" + "code": "let power = 'under 9000'\n\n// Your code\n\nequal(power, 'levelMax')" } ]