diff --git a/novawalletTests/Common/Services/ChainRegistry/ConnectionPoolTests.swift b/novawalletTests/Common/Services/ChainRegistry/ConnectionPoolTests.swift index 65da6a688c..078c1c5cfd 100644 --- a/novawalletTests/Common/Services/ChainRegistry/ConnectionPoolTests.swift +++ b/novawalletTests/Common/Services/ChainRegistry/ConnectionPoolTests.swift @@ -60,6 +60,10 @@ class ConnectionPoolTests: XCTestCase { stub.urls.get.thenReturn(urls) } + + stub(mockConnection.stateReporting) { stub in + stub.state.get.thenReturn(.notConnected(url: nil)) + } return mockConnection }