[Minor] Landed Cost Voucher test case fixed
diff --git a/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py b/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
index 409770e..6cf0e2e 100644
--- a/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
+++ b/erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
@@ -13,7 +13,7 @@
 class TestLandedCostVoucher(unittest.TestCase):
 	def test_landed_cost_voucher(self):
 		set_perpetual_inventory(1)
-		pr = frappe.copy_doc(pr_test_records[0])
+		pr = frappe.copy_doc(pr_test_records[1])
 		pr.submit()
 
 		last_sle = frappe.db.get_value("Stock Ledger Entry", {