Commit 571101cc authored by qingsenLi's avatar qingsenLi

Remove duplicate 'of'

parent f83fcbef
...@@ -1436,7 +1436,7 @@ func TestSelectZonesForVolume(t *testing.T) { ...@@ -1436,7 +1436,7 @@ func TestSelectZonesForVolume(t *testing.T) {
} }
if !expectedZones.IsSuperset(zones) { 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) { ...@@ -1622,7 +1622,7 @@ func TestChooseZonesForVolumeIncludingZone(t *testing.T) {
} }
if !expectedZones.IsSuperset(zones) { 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