Skip to content

Commit

Permalink
Merge pull request #5893 from kushagra98/master
Browse files Browse the repository at this point in the history
Sort nodegroups in order of their ID
  • Loading branch information
k8s-ci-robot committed Jun 27, 2023
2 parents 2aaa41d + 072317f commit 1dd1e3d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ func TestBinpackingLimiter(t *testing.T) {
expansionOptions := expander.LastInputOptions()
// Only 1 expansion option should be there. Without BinpackingLimiter there will be 2.
assert.True(t, len(expansionOptions) == 1)
assert.Equal(t, expansionOptions, []GroupSizeChange{{GroupName: "ng1", SizeChange: 1}})
}

func TestScaleUpNoHelp(t *testing.T) {
Expand Down

0 comments on commit 1dd1e3d

Please sign in to comment.