Skip to content

Commit e081faf

Browse files
committed
corrected test expectation to be * 512
Signed-off-by: fs185143 <[email protected]>
1 parent 628b1f6 commit e081faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockdevice/stats_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func TestSysBlockDeviceSize(t *testing.T) {
233233
if err != nil {
234234
t.Fatal(err)
235235
}
236-
size7Expected := uint64(3750748848)
236+
size7Expected := uint64(1920383410176)
237237
if size7 != size7Expected {
238238
t.Errorf("Incorrect BlockDeviceSize, expected: \n%+v, got: \n%+v", size7Expected, size7)
239239
}

0 commit comments

Comments
 (0)