Remove duplicate 'of'

This commit is contained in:
qingsenLi 2019-04-03 02:40:31 +08:00
parent f83fcbefb6
commit 571101cc46

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)
}
}
}