Skip to content

Commit

Permalink
fix fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Sep 13, 2024
1 parent 0868db9 commit 33e8a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/finality/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ func TestVoteForConflictingHashShouldRetrieveEvidenceAndSlash(t *testing.T) {
gomock.Eq(fpBTCPKBytes)).Return(fp, nil).Times(1)
bsKeeper.EXPECT().SlashFinalityProvider(gomock.Any(),
gomock.Eq(fpBTCPKBytes)).Return(nil).Times(1)
bsKeeper.EXPECT().NotifyConsumersOfSlashedFinalityProvider(gomock.Any(),
gomock.Eq(fpBTCPK)).Return(nil).Times(1)
_, err = ms.AddFinalitySig(ctx, msg)
require.NoError(t, err)
sig, err := fKeeper.GetSig(ctx, blockHeight, fpBTCPK)
Expand Down

0 comments on commit 33e8a4b

Please sign in to comment.