mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Remove duplicate 'of'
This commit is contained in:
parent
f83fcbefb6
commit
571101cc46
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user