Skip to content

Commit

Permalink
fix: add imports needed to fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jul 7, 2023
1 parent 612db31 commit 7803b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app_paramhub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/slashing"
"github.com/cosmos/cosmos-sdk/x/stake"
"github.com/stretchr/testify/assert"
"github.com/tendermint/go-amino"
abcicli "github.com/tendermint/tendermint/abci/client"
"github.com/tendermint/tendermint/abci/types"
abci "github.com/tendermint/tendermint/abci/types"
Expand Down

0 comments on commit 7803b9e

Please sign in to comment.