Skip to content

Commit

Permalink
all tests (go test ./...) pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 25, 2022
1 parent a4f9765 commit 48ce93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/ccv/provider/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ func TestHandleSlashPacketDoubleSigning(t *testing.T) {

providerKeeper.SetInitChainHeight(ctx, chainId, uint64(infractionHeight))
providerKeeper.KeyMap(ctx, chainId).SetProviderPubKeyToConsumerPubKey(pubKey, pubKey)
providerKeeper.KeyMap(ctx, chainId).ComputeUpdates(0, []abci.ValidatorUpdate{{PubKey: pubKey, Power: 1}})

success, err := providerKeeper.HandleSlashPacket(ctx, chainId, slashPacket)
require.NoError(t, err)
Expand Down

0 comments on commit 48ce93a

Please sign in to comment.