mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Style correction
This commit is contained in:
@ -122,7 +122,7 @@ class PartDetailTest(PartViewTestCase):
|
|||||||
test_ipn_match(index_result=False, detail_result=True)
|
test_ipn_match(index_result=False, detail_result=True)
|
||||||
|
|
||||||
# Test multiple matches
|
# Test multiple matches
|
||||||
part = Part.objects.get(pk=pk+1)
|
part = Part.objects.get(pk=pk + 1)
|
||||||
part.IPN = ipn_test
|
part.IPN = ipn_test
|
||||||
part.save()
|
part.save()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user