mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
Update test_company.py (#14360)
This commit is contained in:
committed by
Nabin Hait
parent
1389030739
commit
dabe21051c
@@ -7,7 +7,7 @@ import unittest
|
||||
from frappe.utils import random_string
|
||||
from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import get_charts_for_country
|
||||
|
||||
test_ignore = ["Account", "Cost Center", "Payment Terms Template"]
|
||||
test_ignore = ["Account", "Cost Center", "Payment Terms Template", "Salary Component"]
|
||||
test_records = frappe.get_test_records('Company')
|
||||
|
||||
class TestCompany(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user