diff --git a/tests/test_revolut_processor.py b/tests/test_revolut_processor.py index b684664..a71b27e 100644 --- a/tests/test_revolut_processor.py +++ b/tests/test_revolut_processor.py @@ -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()