Skip to content

Commit 56e356e

Browse files
committed
remove jasmine fail()
1 parent 9f3c1ce commit 56e356e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/socket/src/socketwrapper.spec.ts

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

1414
it("can be constructed", () => {
15-
const socket = new SocketWrapper(socketServerUrl, fail, fail);
15+
const socket = new SocketWrapper(socketServerUrl, () => {}, () => {});
1616
expect(socket).toBeTruthy();
1717
});
1818

0 commit comments

Comments
 (0)