2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Missing class trailing space

This commit is contained in:
eeintech 2020-11-03 11:15:16 -05:00
parent 32b46cdc2a
commit 0882528b82

View File

@ -217,6 +217,7 @@ class PartRelatedTests(PartViewTestCase):
n = PartRelated.objects.all().count() n = PartRelated.objects.all().count()
self.assertEqual(n, 1) self.assertEqual(n, 1)
class PartAttachmentTests(PartViewTestCase): class PartAttachmentTests(PartViewTestCase):
def test_valid_create(self): def test_valid_create(self):