Skip to content

Commit

Permalink
refactor: remove duplicate bank txn IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Nov 22, 2024
1 parent b8da111 commit e7e1d1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_fyle/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@
'tax_group_id': None,
'vendor': 'Dominos Pizza',
'verified_at': None,
'bank_transaction_id': 'btxnQe02cfpD9n'
},
{
'amount': 2,
Expand Down Expand Up @@ -740,7 +739,6 @@
'tax_group_id': None,
'vendor': 'Dominos Pizza',
'verified_at': None,
'bank_transaction_id': 'btxnQe02cfpD9n'
},
{
'amount': 3,
Expand Down Expand Up @@ -780,7 +778,6 @@
'tax_group_id': None,
'vendor': 'Dominos Pizza',
'verified_at': None,
'bank_transaction_id': 'btxnQe02cfpD9n'
},
{
'amount': 4,
Expand Down Expand Up @@ -820,7 +817,6 @@
'tax_group_id': None,
'vendor': 'Dominos Pizza',
'verified_at': None,
'bank_transaction_id': 'btxnQe02cfpD9n'
},
],
"expenses": [
Expand Down

0 comments on commit e7e1d1b

Please sign in to comment.