Skip to content

Commit

Permalink
Fix dal tests for workflows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotej979 committed Apr 11, 2024
1 parent c9032c0 commit 77235b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project/backend/dal/test_dal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from sqlalchemy.orm import sessionmaker
from sqlalchemy import select
from testcontainers.postgres import PostgresContainer
from dal.dal import Recognition_DAL, Feature_set, Features
from dal.dal import Recognition_DAL
from model.model import Feature_set, Features

@pytest.fixture(scope="module")
async def db_session():
Expand Down

0 comments on commit 77235b9

Please sign in to comment.