Skip to content

Commit

Permalink
Merge PR #6778: fix TestGetCmdQueryCommunityPool
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Jul 18, 2020
1 parent 8dcae70 commit b9f533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/distribution/client/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ total:
func (s *IntegrationTestSuite) TestGetCmdQueryCommunityPool() {
val := s.network.Validators[0]

_, err := s.network.WaitForHeight(3)
_, err := s.network.WaitForHeight(4)
s.Require().NoError(err)

testCases := []struct {
Expand Down

0 comments on commit b9f533d

Please sign in to comment.