mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
Removed reference to transfer billtype in test
This commit is contained in:
parent
a3009126dc
commit
a74cd97286
1 changed files with 1 additions and 13 deletions
|
@ -716,19 +716,7 @@ class TestBudget(IhatemoneyTestCase):
|
||||||
"amount": "17",
|
"amount": "17",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# transfer bill should not affect balances at all
|
|
||||||
self.client.post(
|
|
||||||
"/raclette/add",
|
|
||||||
data={
|
|
||||||
"date": "2011-08-10",
|
|
||||||
"what": "Transfer",
|
|
||||||
"payer": members_ids[1],
|
|
||||||
"payed_for": members_ids[0],
|
|
||||||
"bill_type": "Transfer",
|
|
||||||
"amount": "500",
|
|
||||||
},
|
|
||||||
)
|
|
||||||
balance = self.get_project("raclette").balance
|
balance = self.get_project("raclette").balance
|
||||||
assert set(balance.values()) == set([19.0, -19.0])
|
assert set(balance.values()) == set([19.0, -19.0])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue