Rename iter_history of ICapBill to iter_bills_history
This commit is contained in:
parent
53caf6399c
commit
5809f1112a
6 changed files with 6 additions and 6 deletions
|
|
@ -29,6 +29,6 @@ class LeclercMobileTest(BackendTest):
|
|||
|
||||
def test_leclercmobile(self):
|
||||
for subscription in self.backend.iter_subscription():
|
||||
list(self.backend.iter_history(subscription.id))
|
||||
list(self.backend.iter_bills_history(subscription.id))
|
||||
for bill in self.backend.iter_bills(subscription.id):
|
||||
self.backend.download_bill(bill.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue