Skip to content

Commit

Permalink
Update src/test/test_p2p_account_statement_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: ChrisRBe <[email protected]>
  • Loading branch information
pat-s and ChrisRBe authored Sep 30, 2020
1 parent 47d2a82 commit ea872c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_p2p_account_statement_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ def test_debitumnetwork_parsing(self):
'Wert': '10',
'Buchungswährung': 'EUR',
'Typ': 'Einlage',
'Notiz': '7260c567-fdb4-44d4-84ce-4256c7d7fb80: NA'}],
'Notiz': '7260c567-fdb4-44d4-84ce-4256c7d7fb80: NA'}]
self.assertEqual(expected_statement, self.base_parser.parse_account_statement())

0 comments on commit ea872c5

Please sign in to comment.