test: GL Entry order

This commit is contained in:
Deepesh Garg 2023-06-22 19:38:33 +05:30
parent d81d6069fb
commit b101dceb2a

View File

@ -3252,9 +3252,9 @@ class TestSalesInvoice(unittest.TestCase):
si.submit()
expected_gle = [
["_Test Receivable USD - _TC", 7500.0, 500],
["Exchange Gain/Loss - _TC", 500.0, 0.0],
["Sales - _TC", 0.0, 7500.0],
["_Test Receivable USD - _TC", 7500.0, 500],
]
check_gl_entries(self, si.name, expected_gle, nowdate())