Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Jan 12, 2024
1 parent 0a63578 commit f5ba26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/slashing/keeper/signing_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (s *KeeperTestSuite) TestPerformConsensusPubKeyUpdate() {
newConsAddr := sdk.ConsAddress(pks[1].Address())

newInfo := slashingtypes.NewValidatorSigningInfo(
oldConsAddr.String(),
newConsAddr.String(),
int64(4),
int64(3),
time.Unix(2, 0).UTC(),
Expand Down

0 comments on commit f5ba26e

Please sign in to comment.