Remove the duplicated words in test files

Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
mooncake
2018-10-05 22:55:16 +08:00
parent 6764bc495e
commit 4894f5583d
5 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ func testLabels() map[string]string {
return map[string]string{"name": "test"}
}
// newDeployment returns a RollingUpdate Deployment with with a fake container image
// newDeployment returns a RollingUpdate Deployment with a fake container image
func newDeployment(name, ns string, replicas int32) *apps.Deployment {
return &apps.Deployment{
TypeMeta: metav1.TypeMeta{