Skip to content

Commit

Permalink
more brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Sep 30, 2020
1 parent 877efed commit 47d2a82
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 @@ -265,7 +265,7 @@ def test_debitumnetwork_parsing(self):
'Notiz': 'b9da7662-de61-43d1-a179-c300d5695587: 6c4a6d93-faea-4d96-856c-7cdd3fb3023b'},
{'Datum': datetime.date(2020, 9, 7),
'Wert': '10',
'Buchungswährung': 'EUR'}
'Buchungswährung': 'EUR',
'Typ': 'Einlage',
'Notiz': '7260c567-fdb4-44d4-84ce-4256c7d7fb80: NA'}],
self.assertEqual(expected_statement, self.base_parser.parse_account_statement())

0 comments on commit 47d2a82

Please sign in to comment.