Skip to content

Commit ea49c00

Browse files
committed
fix more tests
1 parent 7effa65 commit ea49c00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/core/engine_adapter/test_mssql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def test_incremental_by_time_datetimeoffset_precision(
249249
end="2020-01-02",
250250
execution_time="2020-01-02",
251251
snapshots={},
252+
target_table_exists=True,
252253
)
253254

254255
assert adapter.cursor.execute.call_args_list[0][0][0] == (

tests/core/test_snapshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,6 +2052,7 @@ def test_deployability_index(make_snapshot):
20522052
snapshot_f.parents = (snapshot_e.snapshot_id, snapshot_a.snapshot_id)
20532053

20542054
snapshot_g = make_snapshot(SqlModel(name="g", query=parse_one("SELECT 1")))
2055+
snapshot_g.intervals = [(to_timestamp("2023-01-01"), to_timestamp("2023-01-02"))]
20552056
snapshot_g.categorize_as(SnapshotChangeCategory.INDIRECT_NON_BREAKING)
20562057
snapshot_g.parents = (snapshot_e.snapshot_id,)
20572058

0 commit comments

Comments
 (0)