Skip to content

Commit

Permalink
Update queries import
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Jan 29, 2024
1 parent 28664cc commit 7a01abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixl_core/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def db_engine(monkeymodule) -> Engine:
echo_pool="debug",
future=True,
)
monkeymodule.setattr("core.queries.engine", engine)
monkeymodule.setattr("core.db.queries.engine", engine)

Base.metadata.create_all(engine)
yield engine
Expand Down

0 comments on commit 7a01abe

Please sign in to comment.