Skip to content

Commit

Permalink
fix: stakers query tests
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jan 22, 2025
1 parent d28a209 commit b1982ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/integration/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func (suite *KeeperTestSuite) VerifyPoolTotalStake() {
func (suite *KeeperTestSuite) VerifyStakersQueries() {
validators, _ := suite.App().StakingKeeper.GetBondedValidatorsByPower(suite.Ctx())
stakersQuery, stakersQueryErr := suite.App().QueryKeeper.Stakers(suite.Ctx(), &querytypes.QueryStakersRequest{
Status: querytypes.STAKER_STATUS_CHAIN_ACTIVE,
Pagination: &query.PageRequest{
Limit: 1000,
},
Expand Down

0 comments on commit b1982ae

Please sign in to comment.