Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Sep 3, 2024
1 parent ac57edc commit 09ca51c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions e2e/interchaintestv8/chainconfig/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
"encoding/json"
"fmt"

"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"

sdk "github.com/cosmos/cosmos-sdk/types"
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"

"github.com/strangelove-ventures/interchaintest/v8/ibc"

"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"
)

func defaultModifyGenesis() func(ibc.ChainConfig, []byte) ([]byte, error) {
Expand Down
5 changes: 2 additions & 3 deletions e2e/interchaintestv8/e2esuite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package e2esuite
import (
"context"

"github.com/cosmos/sp1-ics07-tendermint/e2e/chainconfig"
"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"
dockerclient "github.com/docker/docker/client"
"github.com/stretchr/testify/suite"
"go.uber.org/zap"
Expand All @@ -15,9 +17,6 @@ import (
"github.com/strangelove-ventures/interchaintest/v8/chain/ethereum"
"github.com/strangelove-ventures/interchaintest/v8/ibc"
"github.com/strangelove-ventures/interchaintest/v8/testreporter"

"github.com/cosmos/sp1-ics07-tendermint/e2e/chainconfig"
"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"
)

// TestSuite is a suite of tests that require two chains and a relayer
Expand Down
4 changes: 2 additions & 2 deletions e2e/interchaintestv8/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"strconv"
"strings"

abi "github.com/ethereum/go-ethereum/accounts/abi"

"github.com/cosmos/sp1-ics07-tendermint/e2e/types/sp1ics07tendermint"

abi "github.com/ethereum/go-ethereum/accounts/abi"
)

// membershipFixture is a struct that contains the membership proof and proof height
Expand Down
9 changes: 4 additions & 5 deletions e2e/interchaintestv8/sp1_ics07_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import (
"strconv"
"testing"

"github.com/cosmos/sp1-ics07-tendermint/e2e/e2esuite"
"github.com/cosmos/sp1-ics07-tendermint/e2e/operator"
"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"
"github.com/cosmos/sp1-ics07-tendermint/e2e/types/sp1ics07tendermint"
"github.com/stretchr/testify/suite"

ethcommon "github.com/ethereum/go-ethereum/common"
Expand All @@ -22,11 +26,6 @@ import (
"github.com/strangelove-ventures/interchaintest/v8/chain/ethereum"
"github.com/strangelove-ventures/interchaintest/v8/ibc"
"github.com/strangelove-ventures/interchaintest/v8/testutil"

"github.com/cosmos/sp1-ics07-tendermint/e2e/e2esuite"
"github.com/cosmos/sp1-ics07-tendermint/e2e/operator"
"github.com/cosmos/sp1-ics07-tendermint/e2e/testvalues"
"github.com/cosmos/sp1-ics07-tendermint/e2e/types/sp1ics07tendermint"
)

// SP1ICS07TendermintTestSuite is a suite of tests that wraps TestSuite
Expand Down

0 comments on commit 09ca51c

Please sign in to comment.