2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 08:21:26 +00:00

Update fixtues for unit testing

This commit is contained in:
Oliver Walters
2020-11-01 15:34:42 +11:00
parent 95fadf1300
commit f1b83f1c17
2 changed files with 4 additions and 0 deletions

View File

@ -528,6 +528,7 @@ class TestResultTest(StockTest):
item.pk = None
item.serial = None
item.quantity = 50
item.batch = "B344"
item.save()