Skip to content

Commit

Permalink
chore: review feedback improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Oct 24, 2024
1 parent 6ff6a8a commit dc99f32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/tokenomics/keeper/keeper_settle_pending_claims_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ func (s *TestSuite) TestSettlePendingClaims_ClaimExpired_SupplierUnstaked() {
require.NoError(t, err)

sessionEndHeight = sharedtypes.GetSettlementSessionEndHeight(&sharedParams, sessionProofWindowCloseHeight)
// TODO_IN_THIS_COMMIT: Why is sharedtypes.GetNextSessionStartHeight() returning a session end height?
upcomingSessionEndHeight := uint64(sharedtypes.GetNextSessionStartHeight(&sharedParams, sessionProofWindowCloseHeight)) - 1

// Slashing should have occurred and the supplier is unstaked but still unbonding.
Expand Down

0 comments on commit dc99f32

Please sign in to comment.