Skip to content

Commit

Permalink
merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Sep 17, 2024
2 parents c3d2e09 + a1fcd33 commit f028688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc2822_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestUnmarshalRFC2822Time(t *testing.T) {
var req Req
err := json.Unmarshal([]byte(tt.s), &req)
if (err != nil) != tt.wantErr {
t.Errorf(" error = %v, wantErr %v", err, tt.wantErr)
t.Errorf("error = %v, wantErr %v", err, tt.wantErr)
}

ensure.True(t, time.Time(tt.want.CreatedAt).Equal(time.Time(req.CreatedAt)),
Expand Down

0 comments on commit f028688

Please sign in to comment.