()
| 46 | func (f *fakeFile) Mode() os.FileMode { return 0666 } |
| 47 | func (f *fakeFile) IsDir() bool { return false } |
| 48 | func (f *fakeFile) Sys() interface{} { return nil } |
| 49 | |
| 50 | // TestUploadFile checks if uploading a file with the same content |
| 51 | // but different metadata works, and whether camliType is set to "file". |
no outgoing calls
no test coverage detected