Skip to content

Commit 8b4c627

Browse files
committed
fix: codecov
1 parent b946fb5 commit 8b4c627

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

0 commit comments

Comments
 (0)