Skip to content

Commit a7e164f

Browse files
committed
Update tests
1 parent 613d7ed commit a7e164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/csv_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestParseTimeNaive(t *testing.T) {
4646
{input: "2018-08-19 12:11", output: "2006-01-02 15:04"},
4747
{input: "2018-08-19 12:11:35", output: "2006-01-02 15:04:05.999999"},
4848
{input: "2018-08-19 12:11:35.22", output: "2006-01-02 15:04:05.999999"},
49-
{input: "2018/08/19", output: "2006/01/02"},
49+
{input: "2018/08/19", output: "2006/1/2"},
5050
{input: "2018/08/19 12:11", output: "2006/01/02 15:04"},
5151
{input: "2018/08/19 12:11:35", output: "2006/01/02 15:04:05.999999"},
5252
{input: "2018/08/19 12:11:35.22", output: "2006/01/02 15:04:05.999999"},

0 commit comments

Comments
 (0)