Skip to content

Commit 6f429f5

Browse files
committed
remove unused export test
1 parent 8955a36 commit 6f429f5

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

modules/apps/27-interchain-accounts/controller/keeper/export_test.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,6 @@ func TestKeeperTestSuite(t *testing.T) {
106106
suite.Run(t, new(KeeperTestSuite))
107107
}
108108

109-
func (suite *KeeperTestSuite) TestHasCapability() {
110-
suite.SetupTest()
111-
112-
path := NewICAPath(suite.chainA, suite.chainB)
113-
suite.coordinator.SetupConnections(path)
114-
115-
err := SetupICAPath(path, TestOwnerAddress)
116-
suite.Require().NoError(err)
117-
118-
hasCapability := suite.chainA.GetSimApp().ICAControllerKeeper.HasCapability(suite.chainA.GetContext(), path.EndpointA.ChannelConfig.PortID)
119-
suite.Require().True(hasCapability)
120-
}
121-
122109
func (suite *KeeperTestSuite) TestGetAllPorts() {
123110
suite.SetupTest()
124111

0 commit comments

Comments
 (0)