problem: Kotlin class mocking randomly fails

solution: upgrade testing libs, and open the class
This commit is contained in:
Igor Artamonov
2020-04-20 21:42:53 -04:00
parent 4f0b32f705
commit 322d9ac480
4 changed files with 4 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ import reactor.netty.http.client.HttpClient
import java.util.*
import java.util.function.Consumer
class BitcoinRpcClient(
open class BitcoinRpcClient(
private val target: String,
basicAuth: AuthConfig.ClientBasicAuth?
) {