Skip to content

Commit 778aee7

Browse files
committed
Fix: flaky test with new sqlglot.
1 parent 43ff46f commit 778aee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def test_auto_categorization(sushi_context: Context):
628628
@pytest.mark.core_integration
629629
def test_multi(mocker):
630630
context = Context(paths=["examples/multi/repo_1", "examples/multi/repo_2"], config="memory")
631-
context.state_sync.reset()
631+
context._new_state_sync().reset()
632632
plan = context.plan()
633633
assert len(plan.new_snapshots) == 4
634634
context.apply(plan)

0 commit comments

Comments
 (0)