Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Oct 17, 2019
1 parent 442e582 commit 0b13c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions cluster-autoscaler/cloudprovider/aws/aws_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ func flatTagSlice(filters []*autoscaling.Filter) []string {
return tags
}


func TestParseASGAutoDiscoverySpecs(t *testing.T) {
cases := []struct {
name string
Expand Down Expand Up @@ -838,4 +837,4 @@ func TestParseASGAutoDiscoverySpecs(t *testing.T) {
assert.True(t, assert.ObjectsAreEqualValues(tc.want, got), "\ngot: %#v\nwant: %#v", got, tc.want)
})
}
}
}
4 changes: 1 addition & 3 deletions cluster-autoscaler/cloudprovider/gce/gce_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1412,8 +1412,6 @@ func validateMigExists(t *testing.T, migs []Mig, zone string, name string, minSi
assert.Failf(t, "Mig not found", "Mig %v not found among %v", ref, allRefs)
}



func TestParseMIGAutoDiscoverySpecs(t *testing.T) {
cases := []struct {
name string
Expand Down Expand Up @@ -1516,4 +1514,4 @@ func TestParseMIGAutoDiscoverySpecs(t *testing.T) {
assert.True(t, assert.ObjectsAreEqualValues(tc.want, got), "\ngot: %#v\nwant: %#v", got, tc.want)
})
}
}
}

0 comments on commit 0b13c5f

Please sign in to comment.