Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuan0923 committed Apr 4, 2024
1 parent ab9901d commit c9255d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/azure/azure_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ func TestFetchExplicitNodeGroups(t *testing.T) {
assert.Equal(t, min, asgs[0].MinSize())
assert.Equal(t, max, asgs[0].MaxSize())

assert.Equal(t, vmsMin, asgs[1].Id())
assert.Equal(t, vmsMax, asgs[1].MinSize())
assert.Equal(t, vmsName, asgs[1].MaxSize())
assert.Equal(t, vmsName, asgs[1].Id())
assert.Equal(t, vmsMin, asgs[1].MinSize())
assert.Equal(t, vmsMax, asgs[1].MaxSize())
}

// test vmTypeStandard
Expand Down

0 comments on commit c9255d9

Please sign in to comment.