Skip to content

Commit d4fc547

Browse files
committed
Update formatting
1 parent c723009 commit d4fc547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/infrastructure/discord/commands/createIssue.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ describe("create-issue slash command", () => {
144144
dueDate: expect.any(Date),
145145
});
146146

147-
const actualDueDate = (ItemService.create as jest.Mock).mock.calls[0][0].dueDate;
147+
const actualDueDate = (ItemService.create as jest.Mock).mock.calls[0][0]
148+
.dueDate;
148149

149150
expect(actualDueDate.toISOString().slice(0, 10)).toEqual(
150151
expectedDate.toISOString().slice(0, 10),

0 commit comments

Comments
 (0)