Skip to content

Commit afcd730

Browse files
committed
feat: Add diferent value to test
1 parent 3fe9899 commit afcd730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { printMessage } from "../src/bmssp.mjs";
33

44
describe("printMessage", () => {
55
test("sends a message and gets the message back", () => {
6-
let testValue = "Hello, World v0.7.0!";
6+
let testValue = "Hello, bmssp!";
77
expect(printMessage(testValue)).toBe(testValue);
88
});
99
});

0 commit comments

Comments
 (0)