Skip to content

Commit

Permalink
fix(09-localhost): TestVerifyClientMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
1ch0 committed Dec 30, 2024
1 parent af8b6af commit efe9491
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 efe9491

Please sign in to comment.