From f012e96ffd7e21e22a002469dea0c49261d38944 Mon Sep 17 00:00:00 2001 From: Themis Valtinos <73662635+themisvaltinos@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:44:42 +0200 Subject: [PATCH] Rebase apply ruff --- tests/core/test_model.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/core/test_model.py b/tests/core/test_model.py index 3bfde1492..ca479e542 100644 --- a/tests/core/test_model.py +++ b/tests/core/test_model.py @@ -6436,6 +6436,8 @@ def test_column_description_metadata_change(): snapshot = snapshots[0] assert len(snapshot.previous_versions) == 1 assert snapshot.change_category == SnapshotChangeCategory.METADATA + + def test_model_on_virtual_update(make_snapshot: t.Callable): # Macro to test resolution within virtual statement @macro()