Fix test class name

This commit is contained in:
Gabriel Augendre 2020-02-26 20:08:43 +01:00
parent 29d527b928
commit 7966eb242d
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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