[fix] test
This commit is contained in:
parent
f65b50ea6c
commit
2f0dbd9bd8
@ -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())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user