Skip to content

Commit 3d50e32

Browse files
committed
Fix: multi repo test to use memory
1 parent c143dac commit 3d50e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/multi/repo_1/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project: a
1+
project: repo_1
22

33
connections:
44
local:

tests/core/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_multi(mocker):
633633
assert len(plan.new_snapshots) == 4
634634
context.apply(plan)
635635

636-
context = Context(paths=["examples/multi/repo_1"])
636+
context = Context(paths=["examples/multi/repo_1"], engine_adapter=context.engine_adapter)
637637
model = context.models["bronze.a"]
638638
model.query.select("'c' AS c", copy=False)
639639
plan = context.plan()

0 commit comments

Comments
 (0)