We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636f483 commit 663028bCopy full SHA for 663028b
1 file changed
tests/_main_test.py
@@ -107,7 +107,7 @@ def test_insert_budgets(cur):
107
{
108
"id": BUDGET_ID_1,
109
"name": BUDGETS[0]["name"],
110
- "currency_format_currency_symbol": "$",
+ "currency_format_currency_symbol": "$",
111
"currency_format_decimal_digits": 2,
112
"currency_format_decimal_separator": ".",
113
"currency_format_display_symbol": 1,
@@ -119,7 +119,7 @@ def test_insert_budgets(cur):
119
120
"id": BUDGET_ID_2,
121
"name": BUDGETS[1]["name"],
122
123
124
125
0 commit comments