forked from gaugendre/ofx-processor
Fix test class name
This commit is contained in:
parent
29d527b928
commit
7966eb242d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue