Skip to content

Commit 8c7128c

Browse files
committed
lint
1 parent 2ec5a24 commit 8c7128c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ipcMain/sendMessage.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,11 @@ describeIntegration("IpcMain sendMessage integration tests", () => {
108108
// Should succeed (interrupt is not an error)
109109
expect(softInterruptResult.success).toBe(true);
110110

111-
112111
// Then hard-interrupt
113112
const hardInterruptResult = await env.mockIpcRenderer.invoke(
114113
IPC_CHANNELS.WORKSPACE_INTERRUPT_STREAM,
115114
workspaceId
116-
)
115+
);
117116
expect(hardInterruptResult.success).toBe(true);
118117

119118
// Wait for abort or end event

0 commit comments

Comments
 (0)