Skip to content

Devops/ci#71

Open
yosef32 wants to merge 12 commits intodevelopfrom
devops/ci
Open

Devops/ci#71
yosef32 wants to merge 12 commits intodevelopfrom
devops/ci

Conversation

@yosef32
Copy link
Copy Markdown
Contributor

@yosef32 yosef32 commented Feb 21, 2021

fix tests

@yosef32 yosef32 requested a review from Shahar-Y February 21, 2021 13:30
@yosef32 yosef32 self-assigned this Feb 21, 2021
if !reflect.DeepEqual(got, tt.want) {
t.Errorf("UploadHandler.UploadMultipart() = %v, want %v", got, tt.want)
if !reflect.DeepEqual(fmt.Sprint(got), fmt.Sprint(tt.want)) {
t.Errorf(" ========================> UploadHandler.UploadMultipart() = %v, want %v", got, tt.want)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
t.Errorf(" ========================> UploadHandler.UploadMultipart() = %v, want %v", got, tt.want)
t.Errorf("UploadHandler.UploadMultipart() = %v, want %v", got, tt.want)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants