Skip to content

Commit

Permalink
Update tests_academy_activity_id.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Nov 30, 2023
1 parent 026c685 commit 188b32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def bigquery_client_mock(self, user_id=1):
FROM `{project_id}.{dataset}.activity`
WHERE id = @activity_id
AND user_id = @user_id
AND meta.academy = @academy_id
OR meta.academy = @academy_id
ORDER BY id DESC
LIMIT 1
"""
Expand Down

0 comments on commit 188b32d

Please sign in to comment.