From 88c0d0120c806bcf2b402d2a5830332c0cba667f Mon Sep 17 00:00:00 2001 From: jiangfucheng <33349046+jiangfucheng@users.noreply.github.com> Date: Sun, 12 Dec 2021 01:04:07 +0800 Subject: [PATCH] update heal object unit test (#13886) --- cmd/erasure-healing_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/erasure-healing_test.go b/cmd/erasure-healing_test.go index 371f0a677..a31ff179a 100644 --- a/cmd/erasure-healing_test.go +++ b/cmd/erasure-healing_test.go @@ -663,6 +663,8 @@ func TestHealLastDataShard(t *testing.T) { {"1MiB", 1 * humanize.MiByte}, {"5MiB", 5 * 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 {