Skip to content

Commit

Permalink
Update test_helpers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jun 3, 2022
1 parent 57c94ae commit f5978a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions simapp/test_helpers.go
Expand Up @@ -10,10 +10,6 @@ import (
"testing"
"time"

"github.com/cosmos/cosmos-sdk/depinject"
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"

"cosmossdk.io/math"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"
tmjson "github.com/tendermint/tendermint/libs/json"
Expand All @@ -23,6 +19,9 @@ import (
dbm "github.com/tendermint/tm-db"

bam "github.com/cosmos/cosmos-sdk/baseapp"
"cosmossdk.io/math"
"github.com/cosmos/cosmos-sdk/depinject"
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
"github.com/cosmos/cosmos-sdk/client"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
Expand Down

0 comments on commit f5978a5

Please sign in to comment.