Skip to content

Commit

Permalink
test added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Nov 9, 2023
1 parent c9a953c commit db96999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mappings/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_resolve_expense_attribute_errors(db):
assert Error.objects.get(id=error.id).is_resolved == True

source_category = ExpenseAttribute.objects.filter(
id=96,
id=34,
workspace_id=1,
attribute_type='CATEGORY'
).first()
Expand Down

0 comments on commit db96999

Please sign in to comment.