forked from gaugendre/ofx-processor
Fix test class name
This commit is contained in:
parent
5b5f89385c
commit
673005dfbb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class RevolutProcessorTestCase(unittest.TestCase):
|
||||||
self.assertEqual(RevolutLine(line).get_payee(), expected)
|
self.assertEqual(RevolutLine(line).get_payee(), expected)
|
||||||
|
|
||||||
|
|
||||||
class BpvfProcessorTestCase(unittest.TestCase):
|
class RevolutProcessorTestCase(unittest.TestCase):
|
||||||
def test_file_not_found(self):
|
def test_file_not_found(self):
|
||||||
with self.assertRaises(SystemExit):
|
with self.assertRaises(SystemExit):
|
||||||
RevolutProcessor("notfound.csv").get_transactions()
|
RevolutProcessor("notfound.csv").get_transactions()
|
||||||
|
|
Loading…
Reference in a new issue