Skip to content

Commit

Permalink
edit: edit client_test
Browse files Browse the repository at this point in the history
client_test.go第50行中,单行字符超过120个
  • Loading branch information
Zherphy committed Dec 4, 2024
1 parent 7b51130 commit a7c8b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Test_getParsedResponse(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
tt.wantErr(t, getParsedResponse(tt.args.method, tt.args.path, tt.args.header, tt.args.body, tt.args.obj), fmt.Sprintf("getParsedResponse(%v, %v, %v, %v, %v)", tt.args.method, tt.args.path, tt.args.header, tt.args.body, tt.args.obj))
tt.wantErr(t, getParsedResponse(tt.args.method, tt.args.path, tt.args.header, tt.args.body, tt.args.obj), fmt.Sprintf("getParsedResponse test, name:%v", tt.name))
})
}
}

0 comments on commit a7c8b76

Please sign in to comment.