Skip to content

Commit 663028b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 636f483 commit 663028b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/_main_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_insert_budgets(cur):
107107
{
108108
"id": BUDGET_ID_1,
109109
"name": BUDGETS[0]["name"],
110-
"currency_format_currency_symbol": "$",
110+
"currency_format_currency_symbol": "$",
111111
"currency_format_decimal_digits": 2,
112112
"currency_format_decimal_separator": ".",
113113
"currency_format_display_symbol": 1,
@@ -119,7 +119,7 @@ def test_insert_budgets(cur):
119119
{
120120
"id": BUDGET_ID_2,
121121
"name": BUDGETS[1]["name"],
122-
"currency_format_currency_symbol": "$",
122+
"currency_format_currency_symbol": "$",
123123
"currency_format_decimal_digits": 2,
124124
"currency_format_decimal_separator": ".",
125125
"currency_format_display_symbol": 1,

0 commit comments

Comments
 (0)