Unverified Commit 407269d9 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #76018 from qingsenLi/k8s190402

Remove duplicate 'of'
parents a93f803f 571101cc
......@@ -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)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment