Merge pull request #76018 from qingsenLi/k8s190402

Remove duplicate 'of'
This commit is contained in:
Kubernetes Prow Robot 2019-04-09 04:59:04 -07:00 committed by GitHub
commit 407269d9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1436,7 +1436,7 @@ func TestSelectZonesForVolume(t *testing.T) {
}
if !expectedZones.IsSuperset(zones) {
t.Errorf("Obtained zones %v not subset of of expectedZones %v in %s", zones, expectedZones, test.Name)
t.Errorf("Obtained zones %v not subset of expectedZones %v in %s", zones, expectedZones, test.Name)
}
}
}
@ -1622,7 +1622,7 @@ func TestChooseZonesForVolumeIncludingZone(t *testing.T) {
}
if !expectedZones.IsSuperset(zones) {
t.Errorf("Obtained zones %v not subset of of expectedZones %v in %s", zones, expectedZones, test.Name)
t.Errorf("Obtained zones %v not subset of expectedZones %v in %s", zones, expectedZones, test.Name)
}
}
}