From c62cf780f821e23a7ef9f7e03ce4c7ce0bd6b41e Mon Sep 17 00:00:00 2001 From: Rafmenni Date: Thu, 15 Aug 2024 19:40:10 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20hello=20test=20correctio?= =?UTF-8?q?n=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.test.js b/hello.test.js index 23ec8b9..bb451f3 100644 --- a/hello.test.js +++ b/hello.test.js @@ -1,6 +1,6 @@ const hello = require("./hello"); describe("My hello", () => { test("works", () => { - expect(hello.hello()).toEqual("Hello World from the Office Hours in the terminal!"); + expect(hello.hello()).toEqual("Hello World from France!"); }); });