Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MothScientist committed Dec 12, 2024
1 parent 500120a commit abe9543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budget_graph/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def get_group_transaction_uuid(self, group_id: int) -> str:
with self.__conn as conn:
with conn.cursor() as cur:
cur.execute("""SELECT
COALESCE("transactions_uuid", '')
COALESCE("transactions_uuid"::text, '')
FROM
"budget_graph"."groups"
WHERE
Expand Down

0 comments on commit abe9543

Please sign in to comment.