From 7966eb242de9cc1d803729ceeb37ae6db807c880 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 26 Feb 2020 20:08:43 +0100 Subject: [PATCH] Fix test class name --- tests/test_revolut_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_revolut_processor.py b/tests/test_revolut_processor.py index a71b27e..5760a7e 100644 --- a/tests/test_revolut_processor.py +++ b/tests/test_revolut_processor.py @@ -9,7 +9,7 @@ from ofx_processor.processors.revolut import ( ) -class RevolutProcessorTestCase(unittest.TestCase): +class RevolutLineTestCase(unittest.TestCase): def test_convert_amount_with_one_decimal_place(self): amount = "3,4" expected = 3.4