From 326acc6ab123730405d2cade12d0e434764654b8 Mon Sep 17 00:00:00 2001 From: Toussaint Louis <66522867+lotoussa@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:22:24 +0200 Subject: [PATCH] Tests(DPxAI): Update play-with-variables.json --- js/tests/play-with-variables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')" } ]