Skip to content

Commit

Permalink
chore: fix comment (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengbanban authored Aug 5, 2024
1 parent c7276ee commit 2f15276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func TestAppendDateTime(t *testing.T) {
buf, err := appendDateTime(buf, v.t, v.timeTruncate)
if err != nil {
if !v.expectedErr {
t.Errorf("appendDateTime(%v) returned an errror: %v", v.t, err)
t.Errorf("appendDateTime(%v) returned an error: %v", v.t, err)
}
continue
}
Expand Down

0 comments on commit 2f15276

Please sign in to comment.