Skip to content

Commit ee960d1

Browse files
authored
Removed a redundant line that fails the test (#5819)
Signed-off-by: stuffbyyuki <kake.19940627@gmail.com>
1 parent c5d008b commit ee960d1

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)