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

This commit is contained in:
Toussaint Louis 2024-08-06 15:22:24 +02:00 committed by Oumaima Fisaoui
parent 75c8c6be67
commit 326acc6ab1
1 changed files with 1 additions and 1 deletions

View File

@ -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')"
}
]