Skip to content

Commit

Permalink
fix imports order in server/mock/store_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Oct 4, 2021
1 parent 5833853 commit c98803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mock/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"testing"

"github.com/stretchr/testify/require"
dbm "github.com/tendermint/tm-db"

storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
dbm "github.com/tendermint/tm-db"
)

func TestStore(t *testing.T) {
Expand Down

0 comments on commit c98803e

Please sign in to comment.