Skip to content

Commit 2d07768

Browse files
izeigermanCopilot
andauthored
Update tests/core/state_sync/test_state_sync.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3c7779b commit 2d07768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/state_sync/test_state_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ def test_delete_expired_snapshots_previous_finalized_snapshots(
16951695
)
16961696
state_sync.promote(env)
16971697

1698-
# Manually update the snapshtos updated_ts to simulate expiration
1698+
# Manually update the snapshots updated_ts to simulate expiration
16991699
state_sync.engine_adapter.execute(
17001700
f"UPDATE sqlmesh._snapshots SET updated_ts = {now_ts - 15000} WHERE name = '{old_snapshot.name}' AND identifier = '{old_snapshot.identifier}'"
17011701
)

0 commit comments

Comments
 (0)