mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[fix] test
This commit is contained in:
@@ -381,6 +381,7 @@ class TestPurchaseInvoice(unittest.TestCase):
|
|||||||
pi1.cancel()
|
pi1.cancel()
|
||||||
self.assertEquals(actual_qty_1, get_qty_after_transaction())
|
self.assertEquals(actual_qty_1, get_qty_after_transaction())
|
||||||
|
|
||||||
|
pi.reload()
|
||||||
pi.cancel()
|
pi.cancel()
|
||||||
self.assertEquals(actual_qty_0, get_qty_after_transaction())
|
self.assertEquals(actual_qty_0, get_qty_after_transaction())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user