Skip to content

Commit f98f33c

Browse files
committed
category - change time to datetime
1 parent 7e975bc commit f98f33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fakeable_external_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ func TestNestedCustom(t *testing.T) {
583583
func TestNestedOverrideCustom(t *testing.T) {
584584
gofakeit.AddFuncLookup("raw_test_date", gofakeit.Info{
585585
Display: "Date",
586-
Category: "time",
586+
Category: "datetime",
587587
Description: "Random date",
588588
Example: "2006-01-02T15:04:05Z07:00",
589589
Output: "time.Time",

0 commit comments

Comments
 (0)