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