mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Unit test fix
This commit is contained in:
parent
959914c78c
commit
4fd0d7d8b5
@ -41,7 +41,7 @@ class OrderTest(TestCase):
|
|||||||
|
|
||||||
next_ref = PurchaseOrder.getNextOrderNumber()
|
next_ref = PurchaseOrder.getNextOrderNumber()
|
||||||
|
|
||||||
self.assertEqual(next_ref, '0003')
|
self.assertEqual(next_ref, '0007')
|
||||||
|
|
||||||
def test_on_order(self):
|
def test_on_order(self):
|
||||||
""" There should be 3 separate items on order for the M2x4 LPHS part """
|
""" There should be 3 separate items on order for the M2x4 LPHS part """
|
||||||
|
Loading…
Reference in New Issue
Block a user