Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Jun 16, 2023
1 parent 4e1b684 commit fe5bcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func (s *CCVTestSuite) TestCheckConsumerMisbehaviour() {
false,
},
{
"misbehaviour check failed",
"misbehaviour check failed", //TODO: verify as client is already frozen
func() *ibctmtypes.Misbehaviour {
return &ibctmtypes.Misbehaviour{
ClientId: s.path.EndpointA.ClientID,
Expand All @@ -449,7 +449,7 @@ func (s *CCVTestSuite) TestCheckConsumerMisbehaviour() {
}
},
func() {},
true,
false,
},
}

Expand Down

0 comments on commit fe5bcde

Please sign in to comment.