mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	More unit test fixes
This commit is contained in:
		| @@ -100,7 +100,7 @@ class StockTest(TestCase): | ||||
|         # And there should be *no* items being build | ||||
|         self.assertEqual(part.quantity_being_built, 0) | ||||
|  | ||||
|         build = Build.objects.create(part=part, title='A test build', quantity=1) | ||||
|         build = Build.objects.create(reference='12345', part=part, title='A test build', quantity=1) | ||||
|  | ||||
|         # Add some stock items which are "building" | ||||
|         for i in range(10): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user