Skip to content

Commit 0344487

Browse files
author
Guilherme Souza
committed
fix tests
1 parent f6e9d7f commit 0344487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/RealtimeTests/MockWebSocketClient.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ final class MockWebSocketClient: WebSocketClient {
9393
return stream
9494
}
9595

96-
func disconnect() {}
96+
func disconnect(code: Int?, reason: String?) {
97+
}
9798
}

0 commit comments

Comments
 (0)