Skip to content

Commit

Permalink
fix debitumnetwork test?
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Sep 30, 2020
1 parent 853a026 commit f530ced
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/test/test_p2p_account_statement_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,18 @@ def test_debitumnetwork_parsing(self):
'config',
'debitumnetwork.yml')
expected_statement = [{'Datum': datetime.date(2020, 8, 25),
'Notiz': '405eea2a-7745-4588-8f08-5c1512987324',
'Typ': 'Einlage',
'Wert': '121,91',
'Buchungswährung': 'EUR'},
'Buchungswährung': 'EUR',
'Typ': 'Einlage',
'Notiz': '405eea2a-7745-4588-8f08-5c1512987324: NA',
{'Datum': datetime.date(2020, 9, 7),
'Notiz': 'b9da7662-de61-43d1-a179-c300d5695587',
'Typ': 'Zinsen',
'Wert': '10,03',
'Buchungswährung': 'EUR'},
'Buchungswährung': 'EUR',
'Typ': 'Zinsen',
'Notiz': 'b9da7662-de61-43d1-a179-c300d5695587: 6c4a6d93-faea-4d96-856c-7cdd3fb3023b',
{'Datum': datetime.date(2020, 9, 7),
'Notiz': '7260c567-fdb4-44d4-84ce-4256c7d7fb80',
'Typ': 'Einlage',
'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 f530ced

Please sign in to comment.