From 43268bd350d1e469133523cc0468e30d2c0c3afd Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 14 Sep 2017 19:39:10 +0530 Subject: [PATCH] Fixed salary structure tests --- erpnext/hr/doctype/salary_structure/test_salary_structure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/hr/doctype/salary_structure/test_salary_structure.js b/erpnext/hr/doctype/salary_structure/test_salary_structure.js index 040bc11f96..8276a82cb7 100644 --- a/erpnext/hr/doctype/salary_structure/test_salary_structure.js +++ b/erpnext/hr/doctype/salary_structure/test_salary_structure.js @@ -1,5 +1,5 @@ QUnit.test("test Salary Structure", function(assert) { - assert.expect(12); + assert.expect(6); let done = assert.async(); let employee_name1;