Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Nov 11, 2024
1 parent 9891fe1 commit 1a6d26a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_fyle/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def create_temp_workspace(db):
ccc_export_date_type="spent_at",
)


@pytest.fixture
def update_config_for_split_expense_grouping(db):
def _update_config_for_split_expense_grouping(general_settings, expense_group_settings):
Expand All @@ -49,4 +50,4 @@ def _update_config_for_split_expense_grouping(general_settings, expense_group_se
'report_id'
]
expense_group_settings.save()
return _update_config_for_split_expense_grouping
return _update_config_for_split_expense_grouping
2 changes: 1 addition & 1 deletion tests/test_fyle/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"bank_transaction_id": None,
},
],

"ccc_split_expenses": [
{
"id": 15133,
Expand Down

0 comments on commit 1a6d26a

Please sign in to comment.