Keep doing the webdav
This commit is contained in:
@ -582,7 +582,7 @@ loop:
|
||||
continue loop
|
||||
}
|
||||
}
|
||||
if err := w.close(); err != tc.wantErr {
|
||||
if err := w.Close(); err != tc.wantErr {
|
||||
t.Errorf("%s: got close error %v, want %v",
|
||||
tc.desc, err, tc.wantErr)
|
||||
continue
|
||||
|
Reference in New Issue
Block a user