Skip to content

Commit abba7cc

Browse files
committed
chore: fix lint issue
1 parent bfc42d4 commit abba7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/utils/sendReplyInDiscordChannel.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ describe("sendReplyInDiscordChannel", () => {
88
beforeEach(() => {
99
jest.clearAllMocks();
1010
});
11-
11+
1212
afterEach(() => {
1313
jest.restoreAllMocks();
14-
})
14+
});
1515

1616
it("should call fetch", async () => {
1717
jest.spyOn(global, "fetch").mockResolvedValue(new Response(content));

0 commit comments

Comments
 (0)