This commit is contained in:
Łukasz Magiera 2023-02-13 13:09:09 +01:00
parent b765112896
commit a652ffcb62
2 changed files with 7 additions and 1 deletions

View File

@ -628,6 +628,11 @@ workflows:
suite: itest-eth_block_hash
target: "./itests/eth_block_hash_test.go"
- test:
name: test-itest-eth_bytecode
suite: itest-eth_bytecode
target: "./itests/eth_bytecode_test.go"
- test:
name: test-itest-eth_config
suite: itest-eth_config

View File

@ -7,9 +7,10 @@ import (
"testing"
"time"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/itests/kit"
"github.com/stretchr/testify/require"
)
// TestGetCode ensures that GetCode returns the correct results for: