rename iter_operations to iter_coming
This commit is contained in:
parent
9bd7346261
commit
8f282c9ae8
10 changed files with 18 additions and 16 deletions
|
|
@ -28,5 +28,5 @@ class BoursoramaTest(BackendTest):
|
|||
l = list(self.backend.iter_accounts())
|
||||
if len(l) > 0:
|
||||
a = l[0]
|
||||
list(self.backend.iter_operations(a))
|
||||
list(self.backend.iter_coming(a))
|
||||
list(self.backend.iter_history(a))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue