[apps/code] Fix test on variable_box_controller

This commit is contained in:
Émilie Feral
2020-06-11 11:36:45 +02:00
parent 6e6236a651
commit 555db32670

View File

@@ -63,7 +63,7 @@ QUIZ_CASE(variable_box_controller) {
};
// FIXME This test does not load imported variables for now
assert_variables_are(
"from math import *\nfroo=3",
"\x01 from math import *\nfroo=3",
"fr",
expectedVariables,
sizeof(expectedVariables) / sizeof(const char *));