Skip to content

Commit

Permalink
Fix: multi repo test to use memory
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymao committed Apr 26, 2023
1 parent c143dac commit 3d50e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multi/repo_1/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: a
project: repo_1

connections:
local:
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def test_multi(mocker):
assert len(plan.new_snapshots) == 4
context.apply(plan)

context = Context(paths=["examples/multi/repo_1"])
context = Context(paths=["examples/multi/repo_1"], engine_adapter=context.engine_adapter)
model = context.models["bronze.a"]
model.query.select("'c' AS c", copy=False)
plan = context.plan()
Expand Down

0 comments on commit 3d50e32

Please sign in to comment.