Skip to content

Commit 84c46fb

Browse files
committed
removed a redundant line that fails the test
Signed-off-by: stuffbyyuki <kake.19940627@gmail.com>
1 parent c5d008b commit 84c46fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sqlmesh/core/test/definition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def _to_hashable(x: t.Any) -> t.Any:
308308
expected,
309309
actual,
310310
check_dtype=False,
311-
check_datetimelike_compat=True,
312311
check_like=True, # Ignore column order
313312
)
314313
except AssertionError as e:

0 commit comments

Comments
 (0)