[Fixes] Timesheet
diff --git a/erpnext/projects/doctype/time_sheet/test_time_sheet.py b/erpnext/projects/doctype/time_sheet/test_time_sheet.py
index 23ead15..ef3477c 100644
--- a/erpnext/projects/doctype/time_sheet/test_time_sheet.py
+++ b/erpnext/projects/doctype/time_sheet/test_time_sheet.py
@@ -72,12 +72,12 @@
 	salary_structure.set('deductions', [])
 
 	es = salary_structure.append('earnings', {
-		"e_type": "_Test Allowance",
+		"earning_type": "_Test Allowance",
 		"modified_value": 100 
 	})
 
 	ds = salary_structure.append('deductions', {
-		"d_type": "_Test Professional Tax",
+		"deduction_type": "_Test Professional Tax",
 		"d_modified_amt": 50
 	})