Skip to content

Commit 1db11ae

Browse files
tejaskh3pankajjs
andauthored
Update tests/unit/handlers/verifyCommand.test.ts
Co-authored-by: Pankaj <[email protected]>
1 parent 8829883 commit 1db11ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/handlers/verifyCommand.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("verifyCommand", () => {
5858
expect(resultData.data.content).toEqual(message);
5959
});
6060

61-
test("should return message with verification site url when dev is true", async () => {
61+
test("should return message with main site url for verification when dev is true", async () => {
6262
jest.spyOn(global, "fetch").mockResolvedValueOnce({
6363
ok: true,
6464
status: 200,

0 commit comments

Comments
 (0)