Skip to content

Commit

Permalink
godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jul 19, 2024
1 parent 3a50539 commit d1ebfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/proposal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func TestStopConsumerChain(t *testing.T) {
setup: func(ctx sdk.Context, providerKeeper *providerkeeper.Keeper, mocks testkeeper.MockedKeepers) {
testkeeper.SetupForStoppingConsumerChain(t, ctx, providerKeeper, mocks)

// set consumer min height
// set consumer minimum equivocation height
providerKeeper.SetEquivocationEvidenceMinHeight(ctx, consumerCID, 1)

// assert mocks for expected calls to `StopConsumerChain` when closing the underlying channel
Expand Down

0 comments on commit d1ebfc9

Please sign in to comment.