Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Oct 18, 2024
1 parent 93463cc commit ceb3e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v20/upgrades_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (

func GetTestMsgConsumerAddition() providertypes.MsgConsumerAddition { //nolint:staticcheck
return providertypes.MsgConsumerAddition{ //nolint:staticcheck
ChainId: "a ChainId",
InitialHeight: clienttypes.NewHeight(4, 5),
ChainId: "chainid-1",
InitialHeight: clienttypes.NewHeight(1, 1),
GenesisHash: []byte(base64.StdEncoding.EncodeToString([]byte("gen_hash"))),
BinaryHash: []byte(base64.StdEncoding.EncodeToString([]byte("bin_hash"))),
SpawnTime: time.Now().UTC(),
Expand Down

0 comments on commit ceb3e0d

Please sign in to comment.