Skip to content

Commit

Permalink
braces
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Sep 30, 2020
1 parent f530ced commit 877efed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_p2p_account_statement_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ def test_debitumnetwork_parsing(self):
'Wert': '121,91',
'Buchungswährung': 'EUR',
'Typ': 'Einlage',
'Notiz': '405eea2a-7745-4588-8f08-5c1512987324: NA',
'Notiz': '405eea2a-7745-4588-8f08-5c1512987324: NA'},
{'Datum': datetime.date(2020, 9, 7),
'Wert': '10,03',
'Buchungswährung': 'EUR',
'Typ': 'Zinsen',
'Notiz': 'b9da7662-de61-43d1-a179-c300d5695587: 6c4a6d93-faea-4d96-856c-7cdd3fb3023b',
'Notiz': 'b9da7662-de61-43d1-a179-c300d5695587: 6c4a6d93-faea-4d96-856c-7cdd3fb3023b'},
{'Datum': datetime.date(2020, 9, 7),
'Wert': '10',
'Buchungswährung': 'EUR'}
Expand Down

0 comments on commit 877efed

Please sign in to comment.