Skip to content

Commit

Permalink
fix(test): use correct account type for testing
Browse files Browse the repository at this point in the history
(cherry picked from commit eecf9cd)
  • Loading branch information
ruthra-kumar authored and mergify[bot] committed Dec 1, 2023
1 parent 25b49ef commit 8b6eb35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def test_ledger_entries_for_advance_as_liability(self):
parent_account="Current Assets - _TC",
account_name="Advances Received",
company=company,
account_type="Liability",
account_type="Receivable",
)

frappe.db.set_value(
Expand Down

0 comments on commit 8b6eb35

Please sign in to comment.