mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +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_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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user