Skip to content

Commit

Permalink
Fix name of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Dec 24, 2019
1 parent 79f02a1 commit e24f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instancegroups/rollingupdate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ func TestRollingUpdateValidatesAfterBastion(t *testing.T) {
assertGroupInstanceCount(t, cloud, "bastion-1", 0)
}

func TestRollingUpdateCordonAllNeedUpdateIgnoredForMaster(t *testing.T) {
func TestRollingUpdateTaintAllNeedUpdateIgnoredForMaster(t *testing.T) {
c, cloud, cluster, groups := getTestSetup()

featureflag.ParseFlags("+ConfigurableRollingUpdate")
Expand Down

0 comments on commit e24f914

Please sign in to comment.