diff --git a/flag_test.go b/flag_test.go index 195b593..f0c444e 100644 --- a/flag_test.go +++ b/flag_test.go @@ -1706,7 +1706,7 @@ func TestTimestamp_set(t *testing.T) { } func TestTimestampFlagApply(t *testing.T) { - expectedResult, _ := time.Parse(time.RFC3339, "2006-01-02T15:04:05Z") + expectedResult, _ := time.Parse(time.RFC3339, "2006-01-02T15:04:05Z") fl := TimestampFlag{Name: "time", Aliases: []string{"t"}, Layout: time.RFC3339} set := flag.NewFlagSet("test", 0) _ = fl.Apply(set)