mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
More unit test fixes
This commit is contained in:
parent
576afd053d
commit
fa346257f5
@ -358,7 +358,7 @@ class PartCategoryAPITest(InvenTreeAPITestCase):
|
||||
# Create parts in the child categories
|
||||
for jj in range(3):
|
||||
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",
|
||||
category=child
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user