Skip to content

Commit 16441aa

Browse files
fix normalize test
1 parent 1b0a0c8 commit 16441aa

File tree

1 file changed

+1
-1
lines changed
  • tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_normalize

1 file changed

+1
-1
lines changed

tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_normalize/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WITH `bfcte_0` AS (
55
), `bfcte_1` AS (
66
SELECT
77
*,
8-
TIMESTAMP_TRUNC(`bfcol_0`, D) AS `bfcol_1`
8+
TIMESTAMP_TRUNC(`bfcol_0`, DAY) AS `bfcol_1`
99
FROM `bfcte_0`
1010
)
1111
SELECT

0 commit comments

Comments
 (0)