Explorar o código

Merge pull request #37211 from vdemeester/fix-volume-unit-test

Fix wrong assertion in volume/service package
Sebastiaan van Stijn %!s(int64=7) %!d(string=hai) anos
pai
achega
340fd5e237
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      volume/service/service_linux_test.go

+ 0 - 1
volume/service/service_linux_test.go

@@ -63,5 +63,4 @@ func TestLocalVolumeSize(t *testing.T) {
 			t.Fatalf("got unexpected volume: %+v", v)
 			t.Fatalf("got unexpected volume: %+v", v)
 		}
 		}
 	}
 	}
-	assert.Assert(t, is.Equal(ls[1].UsageData.Size, int64(len(data[:1]))))
 }
 }