From ee76b82dac708a127dc21722ef8c4e4d316de6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 31 May 2020 22:16:20 +0200 Subject: [PATCH] Update how-2-js_test.js --- js/tests/how-2-js_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/how-2-js_test.js b/js/tests/how-2-js_test.js index e55fa3714..377c41eb9 100644 --- a/js/tests/how-2-js_test.js +++ b/js/tests/how-2-js_test.js @@ -6,11 +6,11 @@ export const tests = [ ({ eq }) => eq( read('/jail/student/index.html', 'utf8').trim(), - '', + '', ), ({ eq }) => eq( - read('/jail/student/hello-world.js', 'utf8').trim(), + read('/jail/student/how-2-js.js', 'utf8').trim(), `console.log('Hello World')`, ), ]