Skip to content

Commit 886315e

Browse files
[autofix.ci] apply automated fixes
1 parent 1ac5120 commit 886315e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/socket/src/socketwrapper.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ describe("SocketWrapper", () => {
1212
const socketServerUrlSlow = "ws://localhost:4445/websocket";
1313

1414
it("can be constructed", () => {
15-
const socket = new SocketWrapper(socketServerUrl, () => {}, () => {});
15+
const socket = new SocketWrapper(
16+
socketServerUrl,
17+
() => {},
18+
() => {},
19+
);
1620
expect(socket).toBeTruthy();
1721
});
1822

0 commit comments

Comments
 (0)