From 05c2198569f88785432c4ca6fee49fa04e268b03 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Thu, 22 Jun 2023 21:08:58 +0530 Subject: [PATCH] test: Update order --- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py index a5280bcbf4..e8e81fd82f 100644 --- a/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py +++ b/erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py @@ -3252,9 +3252,9 @@ class TestSalesInvoice(unittest.TestCase): si.submit() expected_gle = [ + ["_Test Exchange Gain/Loss - _TC", 500.0, 0.0, nowdate()], ["_Test Receivable USD - _TC", 7500.0, 0.0, nowdate()], ["_Test Receivable USD - _TC", 0.0, 500.0, nowdate()], - ["Exchange Gain/Loss - _TC", 500.0, 0.0, nowdate()], ["Sales - _TC", 0.0, 7500.0, nowdate()], ]