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"); }); });