Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akremstudy committed Nov 12, 2024
1 parent 4623250 commit d4cc985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/default_overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package app
import (
"encoding/json"

icq "github.com/cosmos/ibc-apps/modules/async-icq/v8"
icqtypes "github.com/cosmos/ibc-apps/modules/async-icq/v8/types"
"github.com/strangelove-ventures/globalfee/x/globalfee"
globalfeetypes "github.com/strangelove-ventures/globalfee/x/globalfee/types"

Expand All @@ -18,8 +20,6 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
"github.com/cosmos/cosmos-sdk/x/staking"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
icq "github.com/cosmos/ibc-apps/modules/async-icq/v8"
icqtypes "github.com/cosmos/ibc-apps/modules/async-icq/v8/types"
)

// bankModule defines a custom wrapper around the x/bank module's AppModuleBasic
Expand Down
12 changes: 5 additions & 7 deletions e2e/icq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@ import (
"fmt"
"testing"

"github.com/tellor-io/layer/e2e"
"github.com/tellor-io/layer/utils"

"github.com/cosmos/cosmos-sdk/crypto/keyring"

"github.com/strangelove-ventures/interchaintest/v8"
"github.com/strangelove-ventures/interchaintest/v8/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v8/ibc"
"github.com/strangelove-ventures/interchaintest/v8/relayer"
"github.com/strangelove-ventures/interchaintest/v8/testreporter"
"github.com/strangelove-ventures/interchaintest/v8/testutil"
"github.com/stretchr/testify/require"
"github.com/tellor-io/layer/e2e"
"github.com/tellor-io/layer/utils"
"go.uber.org/zap/zaptest"

"cosmossdk.io/math"

"github.com/cosmos/cosmos-sdk/crypto/keyring"
sdk "github.com/cosmos/cosmos-sdk/types"
)

Expand Down Expand Up @@ -85,7 +84,7 @@ func TestIbcInterchainQuery(t *testing.T) {
ChainConfig: ibc.ChainConfig{
Type: "cosmos",
Name: "layer",
ChainID: "layer-receiver",
ChainID: "layer-1",
Bin: "layerd",
Denom: "loya",
Bech32Prefix: "tellor",
Expand Down Expand Up @@ -231,5 +230,4 @@ func TestIbcInterchainQuery(t *testing.T) {
require.NoError(t, err)
fmt.Println("Aggregate report: ", aggReport)
require.Equal(t, aggReport.Aggregate.AggregateReporter, valAddress)

}

0 comments on commit d4cc985

Please sign in to comment.