Skip to content

Commit

Permalink
try with commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Oct 9, 2023
1 parent ac88978 commit 0efd173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (s *E2ETestSuite) SetupSuite() {

// create test accounts and keys
for i := 0; i < numTestAccounts; i++ {
s.Require().NoError(s.Chain.createTestAccount(s.cdc))
// s.Require().NoError(s.Chain.createTestAccount(s.cdc))
}

s.initUmeeClient()
Expand Down

0 comments on commit 0efd173

Please sign in to comment.