mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
addressing flake8: line too long
This commit is contained in:
parent
b00a8b1f94
commit
c8189ce2d8
1 changed files with 2 additions and 1 deletions
|
@ -1447,7 +1447,8 @@ class APITestCase(IhatemoneyTestCase):
|
|||
expected = {
|
||||
"members": [
|
||||
{"activated": True, "id": 1, "name": "alexis", "weight": 1.0, "balance": 20.0},
|
||||
{"activated": True, "id": 2, "name": "freddy familly", "weight": 4.0, "balance": -20.0},
|
||||
{"activated": True, "id": 2, "name": "freddy familly", "weight": 4.0,
|
||||
"balance": -20.0},
|
||||
{"activated": True, "id": 3, "name": "arnaud", "weight": 1.0, "balance": 0},
|
||||
],
|
||||
"contact_email": "raclette@notmyidea.org",
|
||||
|
|
Loading…
Reference in a new issue