Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcmtb committed Oct 5, 2023
1 parent 903189d commit 9f2587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/clusterstate/clusterstate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func TestTaintBasedNodeDeletion(t *testing.T) {
assert.Empty(t, clusterstate.GetScaleUpFailures())

upcomingNodes, upcomingRegistered := clusterstate.GetUpcomingNodes()
assert.Equal(t, 1, upcomingNodes["ng1"])
assert.Equal(t, 0, upcomingNodes["ng1"])
assert.Empty(t, upcomingRegistered["ng1"]) // Only unregistered.
}

Expand Down

0 comments on commit 9f2587b

Please sign in to comment.