Skip to content

Commit

Permalink
test: set gov mint left count to 1 for cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Oct 17, 2022
1 parent 47b1285 commit 1aeab8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/foundation/client/testutil/cli_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build norace
// +build norace

package testutil

import (
Expand Down
2 changes: 2 additions & 0 deletions x/foundation/client/testutil/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ func (s *IntegrationTestSuite) SetupSuite() {
}
foundationData.Params = params

foundationData.GovMintLeftCount = 1

var operatorMnemonic string
operatorMnemonic, s.operator = s.createMnemonic("operator")
info := &foundation.FoundationInfo{
Expand Down

0 comments on commit 1aeab8b

Please sign in to comment.