Fix test class name

This commit is contained in:
Gabriel Augendre 2020-02-26 20:07:15 +01:00
parent 5b5f89385c
commit 673005dfbb
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -72,7 +72,7 @@ class RevolutProcessorTestCase(unittest.TestCase):
self.assertEqual(RevolutLine(line).get_payee(), expected)
class BpvfProcessorTestCase(unittest.TestCase):
class RevolutProcessorTestCase(unittest.TestCase):
def test_file_not_found(self):
with self.assertRaises(SystemExit):
RevolutProcessor("notfound.csv").get_transactions()