2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Style correction

This commit is contained in:
eeintech 2020-09-07 08:46:39 -05:00
parent c5efce36b6
commit 27241e217f

View File

@ -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()