fix test Employee

This commit is contained in:
tunde 2017-09-21 14:33:39 +01:00
parent d7d306bfdb
commit 25cda29007

View File

@ -8,6 +8,7 @@ from frappe.utils import random_string, nowdate
from erpnext.hr.doctype.expense_claim.expense_claim import make_bank_entry
test_records = frappe.get_test_records('Expense Claim')
test_dependencies = ['Employee']
class TestExpenseClaim(unittest.TestCase):
def test_total_expense_claim_for_project(self):