Skip to content

Commit

Permalink
Merge pull request #7441 from xichengliudui/fixTypo
Browse files Browse the repository at this point in the history
fix Typo 'the the' -> 'the'
  • Loading branch information
k8s-ci-robot authored Aug 20, 2019
2 parents f2cb281 + 931ebe2 commit 9faf01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestComplex(t *testing.T) {
runTestAWS(t, "complex.example.com", "complex", "legacy-v1alpha2", false, 1, true, false, nil)
}

// TestCrossZone tests that the the cross zone setting on the API ELB is set properly
// TestCrossZone tests that the cross zone setting on the API ELB is set properly
func TestCrossZone(t *testing.T) {
runTestAWS(t, "crosszone.example.com", "api_elb_cross_zone", "v1alpha2", false, 1, true, false, nil)
}
Expand Down

0 comments on commit 9faf01a

Please sign in to comment.