Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Aug 24, 2023
1 parent 6e83b8f commit 5023b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/double_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (s *CCVTestSuite) TestHandleConsumerDoubleVoting() {
provAddr := s.providerApp.GetProviderKeeper().GetProviderAddrFromConsumerAddr(s.providerCtx(), s.consumerChain.ChainID, consuAddr)

for _, tc := range testCases {
ctx := setDefaultConsensusEvidenceParams(s.providerCtx())
ctx := testutil.SetDefaultConsensusEvidenceParams(s.providerCtx())
s.Run(tc.name, func() {
err = s.providerApp.GetProviderKeeper().HandleConsumerDoubleVoting(
ctx,
Expand Down

0 comments on commit 5023b69

Please sign in to comment.