diff --git a/analyzer/evmabibackfill/evm_abi_backfill_test.go b/analyzer/evmabibackfill/evm_abi_backfill_test.go index 604daa279..e4ddf737d 100644 --- a/analyzer/evmabibackfill/evm_abi_backfill_test.go +++ b/analyzer/evmabibackfill/evm_abi_backfill_test.go @@ -7,11 +7,12 @@ import ( ethCommon "github.com/ethereum/go-ethereum/common" + "github.com/oasisprotocol/oasis-sdk/client-sdk/go/modules/evm" + "github.com/stretchr/testify/require" + "github.com/oasisprotocol/nexus/analyzer/evmabi" "github.com/oasisprotocol/nexus/common" "github.com/oasisprotocol/nexus/log" - "github.com/oasisprotocol/oasis-sdk/client-sdk/go/modules/evm" - "github.com/stretchr/testify/require" ) // TODO: Update WROSE source and add tests for more txs, mismatched txs, and custom errors