Skip to content

Commit

Permalink
Fix Msg Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Nov 27, 2023
1 parent 868bf75 commit 22c2102
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/clock/types/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
"github.com/stretchr/testify/suite"

sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/CosmosContracts/juno/v18/x/drip/types"
)

type MsgsTestSuite struct {
Expand Down Expand Up @@ -35,7 +33,7 @@ func (suite *MsgsTestSuite) TestMsgUpdateParams() {

msg := NewMsgUpdateParams(acc)

suite.Require().Equal(types.RouterKey, msg.Route())
suite.Require().Equal(RouterKey, msg.Route())
suite.Require().Equal(TypeMsgUpdateParams, msg.Type())
suite.Require().NotNil(msg.GetSigners())
}

0 comments on commit 22c2102

Please sign in to comment.