mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Remove coma
This commit is contained in:
parent
8d94e963c4
commit
00b6a86f39
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ class BudgetTestCase(IhatemoneyTestCase):
|
||||||
json_1 = [
|
json_1 = [
|
||||||
{ # wrong keys
|
{ # wrong keys
|
||||||
"checked": False,
|
"checked": False,
|
||||||
"dimensions": {"width": 5, "height": 10,},
|
"dimensions": {"width": 5, "height": 10},
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "A green door",
|
"name": "A green door",
|
||||||
"price": 12.5,
|
"price": 12.5,
|
||||||
|
|
Loading…
Reference in a new issue