This commit is contained in:
Kevin Pouget 2012-11-16 15:56:03 +01:00 committed by Romain Bignon
commit 899cec0fdc
2 changed files with 3 additions and 4 deletions

View file

@ -28,3 +28,4 @@ class CreditCooperatifTest(BackendTest):
if len(l) > 0:
a = l[0]
list(self.backend.iter_history(a))
list(self.backend.iter_coming(a))