Skip to content

Commit

Permalink
add getter and setters for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Apr 2, 2024
1 parent 2896f73 commit 3b6fd3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ func (suite *CCVTestSuite) BeforeTest(suiteName, testName string) {
}
}

func (suite *CCVTestSuite) GetProviderChain() *ibctesting.TestChain {
return suite.providerChain
}

func (suite *CCVTestSuite) GetCCVPath() *ibctesting.Path {
return suite.path
}

// SetupTest sets up in-mem state before every test
func (suite *CCVTestSuite) SetupTest() {
suite.packetSniffers = make(map[*ibctesting.TestChain]*packetSniffer)
Expand Down

0 comments on commit 3b6fd3e

Please sign in to comment.