Skip to content

Commit

Permalink
Use empty tuple instead of None
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Oct 24, 2024
1 parent 148bf68 commit ac07902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yal/tests/test_mainmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def build_message_detail(
id,
title,
content,
tags=None,
tags=(),
has_children=False,
image=None,
total_messages=1,
Expand Down

0 comments on commit ac07902

Please sign in to comment.