Skip to content

Commit

Permalink
format time
Browse files Browse the repository at this point in the history
  • Loading branch information
kshvakov committed Jan 18, 2022
1 parent a77d0dd commit 5c49066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func Test_Quote(t *testing.T) {
"1": 1,
"'a', 'b', 'c'": []string{"a", "b", "c"},
"1, 2, 3, 4, 5": []int{1, 2, 3, 4, 5},
`'toDateTime(\'2022-01-12 15:00:00\', \'UTC\')'`: datetime,
`toDateTime('2022-01-12 15:00:00', 'UTC')`: datetime,
} {
assert.Equal(t, expected, quote(value))
}
Expand Down

0 comments on commit 5c49066

Please sign in to comment.