mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
More unit test fixes
This commit is contained in:
@ -358,7 +358,7 @@ class PartCategoryAPITest(InvenTreeAPITestCase):
|
|||||||
# Create parts in the child categories
|
# Create parts in the child categories
|
||||||
for jj in range(3):
|
for jj in range(3):
|
||||||
child_categories_parts.append(Part.objects.create(
|
child_categories_parts.append(Part.objects.create(
|
||||||
name=f"Part xyz {jj}",
|
name=f"Part xyz {jj}_{ii}",
|
||||||
description="Child part in the child category of the deleted category",
|
description="Child part in the child category of the deleted category",
|
||||||
category=child
|
category=child
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user