Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 1feb46b

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fixing test
1 parent b130061 commit 1feb46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/__tests__/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('Get Server Config', () => {
179179

180180
const serverConfig = getServerConfig();
181181
expect(serverConfig.appId).toBe('1234');
182-
expect(serverConfig.serverUrl).toBe('ws.binaryws.com');
182+
expect(serverConfig.serverUrl).toBe('test.binary.sx');
183183
expect(localStorage.getItem).toHaveBeenCalledTimes(2);
184184
});
185185
});

0 commit comments

Comments
 (0)