Skip to content

Commit 25f1f5b

Browse files
committed
Fixing test
1 parent dfe193f commit 25f1f5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/sdk/src/server/__tests__/server.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ describe("ServerClient", () => {
1919
secretKey: "test-secret-key",
2020
};
2121

22-
const mockClient = new ServerClient(params);
23-
24-
const createClientSpy = jest.spyOn(serverModule, "createClient").mockReturnValue(mockClient);
25-
2622
const client = createClient(params);
27-
28-
expect(createClientSpy).toHaveBeenCalledWith(params);
2923
expect(client).toBeInstanceOf(ServerClient);
3024
});
3125
});

0 commit comments

Comments
 (0)