fix(test): Advance Received should be under liability account
diff --git a/erpnext/accounts/doctype/payment_entry/test_payment_entry.py b/erpnext/accounts/doctype/payment_entry/test_payment_entry.py
index 0b3037a..a719cb0 100644
--- a/erpnext/accounts/doctype/payment_entry/test_payment_entry.py
+++ b/erpnext/accounts/doctype/payment_entry/test_payment_entry.py
@@ -1543,7 +1543,7 @@
company = "_Test Company"
customer = create_customer(frappe.generate_hash(length=10), "INR")
advance_account = create_account(
- parent_account="Current Assets - _TC",
+ parent_account="Current Liabilities - _TC",
account_name="Advances Received",
company=company,
account_type="Receivable",