Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Apr 13, 2024
1 parent 3c45572 commit c919a4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/stakeibc/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@ func (s *KeeperTestSuite) TestRegisterHostZone_Success_Unregister() {
s.Require().NoError(err, "no error expected when re-registering host")
}

func (s *KeeperTestSuite) TestT() {
s.FundAccount(s.TestAccs[0], sdk.NewCoin("denom", sdk.NewInt(1000)))
err := s.App.BankKeeper.BurnCoins(s.Ctx, stakeibctypes.ModuleName, sdk.NewCoins(sdk.NewCoin("denom", sdk.NewInt(1000))))
fmt.Println(err.Error())
}

func (s *KeeperTestSuite) TestRegisterHostZone_InvalidConnectionId() {
tc := s.SetupRegisterHostZone()
msg := tc.validMsg
Expand Down

0 comments on commit c919a4a

Please sign in to comment.