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 multiple matches
part = Part.objects.get(pk=pk+1)
part = Part.objects.get(pk=pk + 1)
part.IPN = ipn_test
part.save()