Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
task/182 test fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
YehorI committed Nov 23, 2023
1 parent 23103ba commit e181c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/projects/database/test_projects_database_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async def test_get_participants_with_all_filters(
.where(
Participant.user_id == user_id,
Participant.position_id == position_id,
Participant.project_id.in_(
Participant.position_id.in_(
select(Position.id).where(Position.project_id == project.id)
),
Participant.status == status,
Expand Down

0 comments on commit e181c99

Please sign in to comment.