mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
refactor(test): update grand total
This commit is contained in:
@@ -416,7 +416,7 @@ class TestSalesInvoice(FrappeTestCase):
|
|||||||
self.assertEqual(d.get(k), expected_values[d.account_head][i])
|
self.assertEqual(d.get(k), expected_values[d.account_head][i])
|
||||||
|
|
||||||
self.assertEqual(si.base_grand_total, 1500.01)
|
self.assertEqual(si.base_grand_total, 1500.01)
|
||||||
self.assertEqual(si.grand_total, 1500)
|
self.assertEqual(si.grand_total, 1500.01)
|
||||||
self.assertEqual(si.rounding_adjustment, -0.01)
|
self.assertEqual(si.rounding_adjustment, -0.01)
|
||||||
|
|
||||||
def test_discount_amount_gl_entry(self):
|
def test_discount_amount_gl_entry(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user