Skip to content

Commit e997e4f

Browse files
SirivasvCopilot
andauthored
Update test/main.test.js
Co-authored-by: Copilot <[email protected]>
1 parent 5cac1fe commit e997e4f

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
@@ -2,7 +2,7 @@ import { describe, test, expect } from "@jest/globals";
22
import { printMessage } from "../src/bmssp.mjs";
33

44
describe("printMessage", () => {
5-
test("sends a message gets the message back", () => {
5+
test("sends a message and gets the message back", () => {
66
expect(printMessage("Hello, World!")).toBe("Hello, World!");
77
});
88
});

0 commit comments

Comments
 (0)