Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Dec 11, 2024
1 parent 381d956 commit 45659cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/engine_adapter/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2334,6 +2334,8 @@ def test_value_normalization(
)
],
)
if ctx.dialect == "tsql" and column_type == exp.DataType.Type.DATETIME:
full_column_type = exp.DataType.build("DATETIME2", dialect="tsql")

columns_to_types = {
"_idx": exp.DataType.build(DATA_TYPE.INT),
Expand Down

0 comments on commit 45659cd

Please sign in to comment.