Skip to content

Commit

Permalink
mise à jour hello test correction erreur
Browse files Browse the repository at this point in the history
  • Loading branch information
RafMenni committed Aug 15, 2024
1 parent 616be15 commit c62cf78
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 France!");
});
});

0 comments on commit c62cf78

Please sign in to comment.