Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Nov 26, 2024
1 parent fa99f17 commit ed809a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_fyle/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
'spent_at': '2024-05-10 17:00:00',
'approved_at': '2024-05-10 07:53:25',
'posted_at': None,
'is_posted_at_null': True,
'is_skipped': False,
'expense_created_at': '2024-05-10 07:52:10',
'expense_updated_at': '2024-05-13 05:53:25',
Expand Down Expand Up @@ -700,6 +701,7 @@
'spent_at': '2021-12-22T07:30:26.289842+00:00',
'approved_at': '2021-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2021-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2021-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down Expand Up @@ -745,6 +747,7 @@
'spent_at': '2020-12-22T07:30:26.289842+00:00',
'approved_at': '2020-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2020-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2020-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down Expand Up @@ -788,6 +791,7 @@
'spent_at': '2021-12-22T07:30:26.289842+00:00',
'approved_at': '2021-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2021-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2021-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down Expand Up @@ -829,6 +833,7 @@
'spent_at': '2021-12-22T07:30:26.289842+00:00',
'approved_at': '2021-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2021-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2021-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down Expand Up @@ -872,6 +877,7 @@
'spent_at': '2021-12-22T07:30:26.289842+00:00',
'approved_at': '2021-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2021-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2021-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down Expand Up @@ -913,6 +919,7 @@
'spent_at': '2021-12-2T07:30:26.289842+00:00',
'approved_at': '2021-12-22T07:30:26.289842+00:00',
'posted_at': '2021-12-22T07:30:26.289842+00:00',
'is_posted_at_null': False,
'expense_created_at': '2021-12-23T07:14:13.990650+00:00',
'expense_updated_at': '2021-12-27T05:26:43.954470+00:00',
'source_account_type': 'PERSONAL_CASH_ACCOUNT',
Expand Down

0 comments on commit ed809a5

Please sign in to comment.