fix name of test
This commit is contained in:
parent
2239e258fa
commit
3590b8bfeb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from weboob.tools.test import BackendTest
|
|||
class CrAgrTest(BackendTest):
|
||||
BACKEND = 'cragr'
|
||||
|
||||
def test_bnporc(self):
|
||||
def test_cragr(self):
|
||||
l = [a for a in self.backend.iter_accounts()]
|
||||
if len(l) > 0:
|
||||
a = l[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue