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

@@ -79,7 +79,7 @@ func newHeadlessService(namespace string) *v1.Service {
}
}
// newSTS returns a StatefulSet with with a fake container image
// newSTS returns a StatefulSet with a fake container image
func newSTS(name, namespace string, replicas int) *v1beta1.StatefulSet {
replicasCopy := int32(replicas)
return &v1beta1.StatefulSet{