2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Style corrections

This commit is contained in:
Ben Charlton
2020-08-28 17:30:16 +01:00
parent 6b1696f8df
commit 06552832cb
2 changed files with 1 additions and 3 deletions

View File

@ -392,7 +392,7 @@ class VariantTest(StockTest):
item.save()
# Verify items with a non-numeric serial don't offer a next serial.
item.serial="string"
item.serial = "string"
item.save()
self.assertEqual(variant.getNextSerialNumber(), None)