From a652ffcb62b1b6fc235a8bfa1bda83db5cbf6263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Mon, 13 Feb 2023 13:09:09 +0100 Subject: [PATCH] make gen --- .circleci/config.yml | 5 +++++ itests/eth_bytecode_test.go | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 289cbfa23..2230bfb00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/itests/eth_bytecode_test.go b/itests/eth_bytecode_test.go index fa1a3fa35..4d03a0f6d 100644 --- a/itests/eth_bytecode_test.go +++ b/itests/eth_bytecode_test.go @@ -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: