From 63e5fb8824cfd6a6eee42bc55e3063dacc09c260 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Sun, 26 Apr 2020 19:58:42 -0400 Subject: [PATCH] problem: unit test failure --- .../groovy/io/emeraldpay/dshackle/rpc/NativeCallSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/groovy/io/emeraldpay/dshackle/rpc/NativeCallSpec.groovy b/src/test/groovy/io/emeraldpay/dshackle/rpc/NativeCallSpec.groovy index 95dc0924..cd295014 100644 --- a/src/test/groovy/io/emeraldpay/dshackle/rpc/NativeCallSpec.groovy +++ b/src/test/groovy/io/emeraldpay/dshackle/rpc/NativeCallSpec.groovy @@ -259,7 +259,7 @@ class NativeCallSpec extends Specification { .build() }) .build() - 1 * upstreams.getUpstream(Chain.TESTNET_MORDEN) >> null + 1 * upstreams.isAvailable(Chain.TESTNET_MORDEN) >> false when: def resp = nativeCall.prepareCall(req) then: