Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Oct 24, 2024
1 parent d8819fc commit b0cde51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vms/platformvm/state/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ func TestState_writeStakers(t *testing.T) {
expectedCurrentValidator: primaryNetworkCurrentValidatorStaker,
expectedCurrentDelegators: []*Staker{primaryNetworkCurrentDelegatorStaker},
expectedValidatorSetOutput: &validators.GetValidatorOutput{
NodeID: primaryNetworkCurrentDelegatorStaker.NodeID,
NodeID: primaryNetworkCurrentValidatorStaker.NodeID,
PublicKey: primaryNetworkCurrentValidatorStaker.PublicKey,
Weight: primaryNetworkCurrentDelegatorStaker.Weight + primaryNetworkCurrentValidatorStaker.Weight,
Weight: primaryNetworkCurrentValidatorStaker.Weight + primaryNetworkCurrentDelegatorStaker.Weight,
},
expectedWeightDiff: &ValidatorWeightDiff{
Decrease: false,
Expand Down

0 comments on commit b0cde51

Please sign in to comment.