Skip to content

Commit c771815

Browse files
committed
feat: modify test
1 parent 8b4c627 commit c771815

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, bmssp! Testing..";
6+
let testValue = "Hello, bmssp!! Testing..";
77
expect(printMessage(testValue)).toBe(testValue);
88
});
99
});

0 commit comments

Comments
 (0)