Update test_company.py (#14360)

This commit is contained in:
Manas Solanki 2018-06-05 16:28:27 +05:30 committed by Nabin Hait
parent 1389030739
commit dabe21051c

View File

@ -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):