Skip to content

Commit

Permalink
fix: restore duckdb timestamp default
Browse files Browse the repository at this point in the history
  • Loading branch information
donotpush committed Aug 14, 2024
1 parent f750cd7 commit 0a6a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ def events_timezone_unset():
expected_results = {
"events_timezone_off": "TIMESTAMP",
"events_timezone_on": "TIMESTAMP WITH TIME ZONE",
"events_timezone_unset": "TIMESTAMP",
"events_timezone_unset": "TIMESTAMP WITH TIME ZONE",
}
for table in expected_results.keys():
# check data type
Expand Down

0 comments on commit 0a6a948

Please sign in to comment.