Set conversion_factor in stock entry test case
diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py
index 3480f2c..4739d21 100644
--- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py
+++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py
@@ -839,7 +839,8 @@
 		"s_warehouse": source,
 		"t_warehouse": target,
 		"qty": qty,
-		"incoming_rate": incoming_rate
+		"incoming_rate": incoming_rate,
+		"conversion_factor": 1.0
 	})
 	s.insert()
 	s.submit()