Skip to content

Commit 8000cc9

Browse files
committed
fix tests
1 parent 30e9f64 commit 8000cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/__tests__/CloudService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe("CloudService", () => {
135135
const cloudService = await CloudService.createInstance(mockContext, callbacks)
136136

137137
expect(cloudService).toBeInstanceOf(CloudService)
138-
expect(AuthService.createInstance).toHaveBeenCalledWith(mockContext)
138+
expect(AuthService.createInstance).toHaveBeenCalledWith(mockContext, expect.any(Function))
139139
expect(SettingsService.createInstance).toHaveBeenCalledWith(mockContext, expect.any(Function))
140140
})
141141

0 commit comments

Comments
 (0)