From 8b2b7cb4a4922222e5a4701db0108d6b58c834eb Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Wed, 26 Oct 2022 17:18:51 +0100 Subject: [PATCH] make gen --- .circleci/config.yml | 5 +++++ itests/remove_verifreg_datacap_test.go | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10e453a25..e674b2289 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -991,6 +991,11 @@ workflows: suite: itest-pending_deal_allocation target: "./itests/pending_deal_allocation_test.go" + - test: + name: test-itest-remove_verifreg_datacap + suite: itest-remove_verifreg_datacap + target: "./itests/remove_verifreg_datacap_test.go" + - test: name: test-itest-sdr_upgrade suite: itest-sdr_upgrade diff --git a/itests/remove_verifreg_datacap_test.go b/itests/remove_verifreg_datacap_test.go index add3ab8b3..dfdcede0e 100644 --- a/itests/remove_verifreg_datacap_test.go +++ b/itests/remove_verifreg_datacap_test.go @@ -7,8 +7,6 @@ import ( "testing" "time" - "github.com/filecoin-project/lotus/build" - "github.com/stretchr/testify/require" "github.com/filecoin-project/go-state-types/abi" @@ -19,7 +17,9 @@ import ( miner9 "github.com/filecoin-project/go-state-types/builtin/v9/miner" verifregst "github.com/filecoin-project/go-state-types/builtin/v9/verifreg" "github.com/filecoin-project/go-state-types/crypto" + "github.com/filecoin-project/lotus/api" + "github.com/filecoin-project/lotus/build" "github.com/filecoin-project/lotus/chain/actors" "github.com/filecoin-project/lotus/chain/actors/builtin/market" "github.com/filecoin-project/lotus/chain/actors/builtin/miner"