Skip to content

Commit 04207c2

Browse files
committed
Fix wrong assertion in volume/service package
This last assertion shouldn't be there, those cases should be handled by the for/switch above. Signed-off-by: Vincent Demeester <[email protected]>
1 parent ca25df3 commit 04207c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

volume/service/service_linux_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ func TestLocalVolumeSize(t *testing.T) {
6363
t.Fatalf("got unexpected volume: %+v", v)
6464
}
6565
}
66-
assert.Assert(t, is.Equal(ls[1].UsageData.Size, int64(len(data[:1]))))
6766
}

0 commit comments

Comments
 (0)