Skip to content

Commit

Permalink
TestCreatePoolPostUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed May 26, 2022
1 parent 4937b9f commit 9488f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"github.com/osmosis-labs/osmosis/v7/tests/e2e/chain"
)

func (s *IntegrationTestSuite) TestCreatePool() {
func (s *IntegrationTestSuite) TestCreatePoolPostUpgrade() {
if s.skipUpgrade {
s.T().Skip()
}

chainA := s.configurer.GetChainConfig(0).GetChain()
s.configurer.CreatePool(chainA.ChainMeta.Id, 0, "pool2A.json")
s.configurer.CreatePool(chainA.ChainMeta.Id, 0, "pool2B.json")
}

func (s *IntegrationTestSuite) TestIBCTokenTransfer() {
Expand Down

0 comments on commit 9488f2b

Please sign in to comment.