Skip to content

Commit

Permalink
Testing git workflow for testing-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Aug 30, 2024
1 parent eec9559 commit 3d4e8b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/integration/changeover.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package integration

import (
"fmt"

transfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types"
)
Expand Down Expand Up @@ -60,3 +62,11 @@ func (suite *CCVTestSuite) TestRecycleTransferChannel() {
channels := suite.consumerApp.GetIBCKeeper().ChannelKeeper.GetAllChannels(suite.consumerCtx())
suite.Require().Len(channels, 2)
}

// TestFoo tests testing-docs test
// @Long Description@
// It will be deleted
func (suite *CCVTestSuite) TestFoo() {

fmt.Println("Foo test")
}

0 comments on commit 3d4e8b3

Please sign in to comment.