(conflictTag string)
| 364 | } |
| 365 | |
| 366 | func uploadSessionFinishPathConflictErrorPtr(conflictTag string) *files.UploadSessionFinishAPIError { |
| 367 | err := uploadSessionFinishPathConflictError(conflictTag) |
| 368 | return &err |
| 369 | } |
| 370 | |
| 371 | func TestResolveDestination_TargetIsFolder(t *testing.T) { |
| 372 | mock := &mockFilesClient{ |
no test coverage detected