We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7779b commit 2d07768Copy full SHA for 2d07768
tests/core/state_sync/test_state_sync.py
@@ -1695,7 +1695,7 @@ def test_delete_expired_snapshots_previous_finalized_snapshots(
1695
)
1696
state_sync.promote(env)
1697
1698
- # Manually update the snapshtos updated_ts to simulate expiration
+ # Manually update the snapshots updated_ts to simulate expiration
1699
state_sync.engine_adapter.execute(
1700
f"UPDATE sqlmesh._snapshots SET updated_ts = {now_ts - 15000} WHERE name = '{old_snapshot.name}' AND identifier = '{old_snapshot.identifier}'"
1701
0 commit comments