Skip to content

Commit

Permalink
Merge 75d23ce into 8f558e0
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 19, 2020
2 parents 8f558e0 + 75d23ce commit 72d3b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fiobank.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class FioBank(object):
'column22': ('transaction_id', str),
'column25': ('comment', str),
'column26': ('bic', str),
'column27': ('reference', str),
}

info_schema = {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fiobank.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_transactions_integration(client, method, args, kwargs):
'variable_symbol', 'specific_symbol', 'user_identification',
'recipient_message', 'type', 'executor', 'specification',
'comment', 'instruction_id', 'account_number_full',
'original_amount', 'original_currency',
'original_amount', 'original_currency', 'reference',
])

assert count > 0
Expand Down

0 comments on commit 72d3b80

Please sign in to comment.