|
@@ -88,7 +88,7 @@ func Test_parseResponse(t *testing.T) {
|
|
|
got.Expire = time.Time{}
|
|
|
}
|
|
|
if cmp.Diff(got, tt.want) != "" {
|
|
|
- t.Errorf(cmp.Diff(got, tt.want))
|
|
|
+ t.Error(cmp.Diff(got, tt.want))
|
|
|
// t.Errorf("handleResponse() = %#v, want %#v", got, tt.want)
|
|
|
}
|
|
|
})
|