commit | 93e8bbac84c5c36701869c42b820a4e5c1031170 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Wed Jun 13 15:12:32 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Jun 13 15:12:32 2018 +0530 |
tree | b9da2fb7e1e718c5149288b430a23d81c1f87764 | |
parent | 4fe2a91b9fe0a8a7afc21e68502adc5ff8e9ee78 [diff] |
[Fix] Travis for employee_tax_exemption_declaration (#14500)
diff --git a/erpnext/hr/doctype/employee_tax_exemption_declaration/test_employee_tax_exemption_declaration.py b/erpnext/hr/doctype/employee_tax_exemption_declaration/test_employee_tax_exemption_declaration.py index 8974c36..64138e5 100644 --- a/erpnext/hr/doctype/employee_tax_exemption_declaration/test_employee_tax_exemption_declaration.py +++ b/erpnext/hr/doctype/employee_tax_exemption_declaration/test_employee_tax_exemption_declaration.py
@@ -65,7 +65,8 @@ amount = 50000), ] }).insert() - self.assertTrue(declaration.submit) + declaration.submit() + self.assertEquals(declaration.docstatus, 1) duplicate_declaration = frappe.get_doc({ "doctype": "Employee Tax Exemption Declaration", "employee": frappe.get_value("Employee", {"user_id":"employee@taxexepmtion.com"}, "name"),