Skip to content

Commit

Permalink
Changed the hello.test.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosBCG committed Oct 31, 2024
1 parent 51df77a commit c160970
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 Boston!");
});
});

0 comments on commit c160970

Please sign in to comment.