From aaa03463a8ba7cfa3e70a40de13977d85731ba11 Mon Sep 17 00:00:00 2001 From: Termina1 Date: Fri, 29 Sep 2023 19:11:03 +0300 Subject: [PATCH] fix tests --- .../dshackle/upstream/calls/DefaultEthereumMethodsSpec.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/groovy/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethodsSpec.groovy b/src/test/groovy/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethodsSpec.groovy index 0729c0ac..f952c5d3 100644 --- a/src/test/groovy/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethodsSpec.groovy +++ b/src/test/groovy/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethodsSpec.groovy @@ -40,7 +40,6 @@ class DefaultEthereumMethodsSpec extends Specification { Chain.ETHEREUM__MAINNET | '"0x1"' Chain.ETHEREUM_CLASSIC__MAINNET | '"0x3d"' Chain.ETHEREUM__GOERLI | '"0x5"' - Chain.ETHEREUM__ROPSTEN | '"0x3"' } def "Optimism chain unsupported methods"() {