mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: new staticheck and linter issues reported (#19340)
This commit is contained in:
@@ -364,6 +364,7 @@ func TestDataUsageUpdatePrefix(t *testing.T) {
|
||||
}
|
||||
if e == nil {
|
||||
t.Fatal("got nil result")
|
||||
return
|
||||
}
|
||||
if e.Size != int64(w.size) {
|
||||
t.Error("got size", e.Size, "want", w.size)
|
||||
|
||||
Reference in New Issue
Block a user