From f8ba32f5981fcc3f8615821d1be6f43c27fe3a86 Mon Sep 17 00:00:00 2001 From: Walter Arroyo Caicedo Date: Mon, 10 Jun 2024 15:19:11 -0500 Subject: [PATCH] Update hello.test.js --- hello.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.test.js b/hello.test.js index 23ec8b9..4b03467 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("Hoal Mundo, un nuevo amanece"); }); });