enhancements
This commit is contained in:
parent
8767ff2bf0
commit
87f3e1e765
3 changed files with 5 additions and 5 deletions
|
|
@ -25,5 +25,5 @@ class BNPorcTest(BackendTest):
|
|||
l = [a for a in self.backend.iter_accounts()]
|
||||
if len(l) > 0:
|
||||
a = l[0]
|
||||
o = self.backend.iter_operations(a)
|
||||
h = self.backend.iter_history(a)
|
||||
self.backend.iter_operations(a)
|
||||
self.backend.iter_history(a)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue