mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
Migrate golanglint-ci config to V2 (#21081)
This commit is contained in:
@@ -165,7 +165,7 @@ func TestCmpReaders(t *testing.T) {
|
||||
r1 := bytes.NewReader([]byte("abc"))
|
||||
r2 := bytes.NewReader([]byte("abc"))
|
||||
ok, msg := cmpReaders(r1, r2)
|
||||
if !(ok && msg == "") {
|
||||
if !ok || msg != "" {
|
||||
t.Fatalf("unexpected")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user