Browse Source

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

Fix wrong assertion in volume/service package
Sebastiaan van Stijn 7 years ago
parent
commit
340fd5e237
1 changed files with 0 additions and 1 deletions
  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)
 		}
 	}
-	assert.Assert(t, is.Equal(ls[1].UsageData.Size, int64(len(data[:1]))))
 }