Skip to content

Commit 13ee30c

Browse files
committed
Fix: uncaught type error in react websocket test
1 parent 5a8e4e6 commit 13ee30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/loro-websocket/tests/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ describe("React strict-mode: join + immediate close", () => {
10871087
}, 15000);
10881088

10891089
it("close() before auth microtask settles does not resurrect the client", async () => {
1090-
const statuses: ClientStatus[] = [];
1090+
const statuses: string[] = [];
10911091
const client = new LoroWebsocketClient({
10921092
url: `ws://localhost:${port}`,
10931093
});

0 commit comments

Comments
 (0)