Skip to content

Commit

Permalink
Cambio 02 en hello.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CFujihara committed Jan 22, 2024
1 parent 29e834b commit 28358c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.test.js
Original file line number Diff line number Diff line change
@@ -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 Lima Office!");
});
});

0 comments on commit 28358c7

Please sign in to comment.