mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
update heal object unit test (#13886)
This commit is contained in:
parent
44fefe5b9f
commit
88c0d0120c
@ -663,6 +663,8 @@ func TestHealLastDataShard(t *testing.T) {
|
|||||||
{"1MiB", 1 * humanize.MiByte},
|
{"1MiB", 1 * humanize.MiByte},
|
||||||
{"5MiB", 5 * humanize.MiByte},
|
{"5MiB", 5 * humanize.MiByte},
|
||||||
{"10MiB", 10 * humanize.MiByte},
|
{"10MiB", 10 * humanize.MiByte},
|
||||||
|
{"5MiB-1KiB", 5*humanize.MiByte - 1*humanize.KiByte},
|
||||||
|
{"10MiB-1Kib", 10*humanize.MiByte - 1*humanize.KiByte},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user