Skip to content

Commit

Permalink
fix(09-localhost): TestVerifyClientMessage (#7804)
Browse files Browse the repository at this point in the history
Co-authored-by: Gjermund Garaba <[email protected]>
  • Loading branch information
1ch0 and gjermundgaraba authored Jan 10, 2025
1 parent a848772 commit f154688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (suite *LocalhostTestSuite) TestVerifyClientMessage() {
lightClientModule, err := suite.chain.App.GetIBCKeeper().ClientKeeper.Route(suite.chain.GetContext(), exported.LocalhostClientID)
suite.Require().NoError(err)

err = lightClientModule.Initialize(suite.chain.GetContext(), exported.LocalhostClientID, nil, nil)
err = lightClientModule.VerifyClientMessage(suite.chain.GetContext(), exported.LocalhostClientID, nil)
suite.Require().Error(err)
}

Expand Down

0 comments on commit f154688

Please sign in to comment.