mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Style correction
This commit is contained in:
parent
c5efce36b6
commit
27241e217f
@ -122,7 +122,7 @@ class PartDetailTest(PartViewTestCase):
|
||||
test_ipn_match(index_result=False, detail_result=True)
|
||||
|
||||
# Test multiple matches
|
||||
part = Part.objects.get(pk=pk+1)
|
||||
part = Part.objects.get(pk=pk + 1)
|
||||
part.IPN = ipn_test
|
||||
part.save()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user