Skip to content

Commit

Permalink
Update integration_validator_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-quality-dev authored Aug 20, 2024
1 parent d7dab5a commit 2934dd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/vesting/keeper/integration_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,7 @@ var _ = Describe("Additional tests with multiple validators for Monthly Vesting

// Different types of validators
powers []int64
//addrDels []sdk.AccAddress
addrVals []sdk.ValAddress
//pks []cryptotypes.PubKey
)

BeforeEach(func() {
Expand All @@ -406,7 +404,6 @@ var _ = Describe("Additional tests with multiple validators for Monthly Vesting

// Setup multiple validators
powers = []int64{0, 50, 100, 0, 200}
//addrDels, addrVals, pks, _ = s.initializeValidators(powers)
_, addrVals, _, _ = s.initializeValidators(powers)
})

Expand Down

0 comments on commit 2934dd8

Please sign in to comment.