Browse Source

Tests(DPxAI): Update play-with-variables.json

pull/2706/head
Toussaint Louis 2 months ago committed by Oumaima Fisaoui
parent
commit
326acc6ab1
  1. 2
      js/tests/play-with-variables.json

2
js/tests/play-with-variables.json

@ -17,6 +17,6 @@
}, },
{ {
"description": "The value of power must have changed", "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')"
} }
] ]

Loading…
Cancel
Save