fix: make gen

This commit is contained in:
Steven Allen
2023-02-10 09:32:59 -08:00
parent cc302dd68b
commit b0d917d542
4 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -3,10 +3,11 @@ package full
import (
"testing"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
"github.com/ipfs/go-cid"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
)
func TestEthLogFromEvent(t *testing.T) {