Skip to content

Commit dd2c933

Browse files
committed
chore(ci): format integration URL scheme test
1 parent bd91b01 commit dd2c933

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/desktop/layer/main/src/ipc/services/integration.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ describe("IntegrationService", () => {
8282
it("rejects input that cannot be parsed as a URL", async () => {
8383
const service = new IntegrationService()
8484

85-
await expect(service.openURLScheme("not-a-url")).rejects.toThrow(
86-
/Invalid URL scheme/i,
87-
)
85+
await expect(service.openURLScheme("not-a-url")).rejects.toThrow(/Invalid URL scheme/i)
8886
expect(openExternalMock).not.toHaveBeenCalled()
8987
})
9088

0 commit comments

Comments
 (0)