mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
Fixing ineffssaign errors (#2608)
This commit is contained in:
committed by
Harshavardhana
parent
a1f922315b
commit
1ce339abeb
@@ -91,7 +91,7 @@ func TestByteErrors(t *testing.T) {
|
||||
t.Errorf("Expected error, got %v", got)
|
||||
}
|
||||
// Empty string.
|
||||
got, err = strconvBytes("")
|
||||
_, err = strconvBytes("")
|
||||
if err == nil {
|
||||
t.Errorf("Expected error parsing nothing")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user