Skip to content

Commit

Permalink
Unit tests build error
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Oct 25, 2022
1 parent 70ae29d commit 1a2cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/RelayerTests/DispatcherTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class DispatcherTests: XCTestCase {
override func setUp() {
webSocket = WebSocketMock()
networkMonitor = NetworkMonitoringMock()
sut = Dispatcher(socket: webSocket, socketConnectionHandler: ManualSocketConnectionHandler(socket: webSocket), logger: ConsoleLoggerMock())
sut = Dispatcher(socket: webSocket, socketConnectionHandler: ManualSocketConnectionHandler(socket: webSocket), logger: ConsoleLoggerMock(), timeout: 5)
}

func testSendWhileConnected() {
Expand Down

0 comments on commit 1a2cc5b

Please sign in to comment.