Skip to content

Commit 489282f

Browse files
committed
fix tests
1 parent e684b30 commit 489282f

File tree

2 files changed

+2
-2
lines changed
  • tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler

2 files changed

+2
-2
lines changed

tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_mul_timedelta/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WITH `bfcte_0` AS (
1111
`bfcol_1` AS `bfcol_8`,
1212
`bfcol_2` AS `bfcol_9`,
1313
`bfcol_0` AS `bfcol_10`,
14-
INTERVAL `bfcol_3` MICROSECOND AS `bfcol_11`
14+
`bfcol_3` AS `bfcol_11`
1515
FROM `bfcte_0`
1616
), `bfcte_2` AS (
1717
SELECT

tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_sub_timedelta/out.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WITH `bfcte_0` AS (
1111
`bfcol_1` AS `bfcol_8`,
1212
`bfcol_2` AS `bfcol_9`,
1313
`bfcol_0` AS `bfcol_10`,
14-
INTERVAL `bfcol_3` MICROSECOND AS `bfcol_11`
14+
`bfcol_3` AS `bfcol_11`
1515
FROM `bfcte_0`
1616
), `bfcte_2` AS (
1717
SELECT

0 commit comments

Comments
 (0)