mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
clean up: ineffassign fixes (#2411)
This commit is contained in:
committed by
Harshavardhana
parent
ef0a108dde
commit
70fd38818e
@@ -92,6 +92,9 @@ func TestCopyBuffer(t *testing.T) {
|
||||
testFile := "testFile"
|
||||
testContent := []byte("hello, world")
|
||||
err = disk.AppendFile(volume, testFile, testContent)
|
||||
if err != nil {
|
||||
t.Fatalf("AppendFile failed: <ERROR> %s", err)
|
||||
}
|
||||
|
||||
testCases := []struct {
|
||||
writer io.Writer
|
||||
|
||||
Reference in New Issue
Block a user