Skip to content

Commit

Permalink
add additional used column in mismatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Sep 12, 2023
1 parent fafa15a commit 19625d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def setup(self) -> None:
f"""
CREATE OR REPLACE TABLE {table} (
COL1 VARCHAR(16777216),
COL3 TIMESTAMP_NTZ(9),
COL2 BOOLEAN
)
"""
Expand Down

0 comments on commit 19625d8

Please sign in to comment.