Missing class trailing space
This commit is contained in:
parent
32b46cdc2a
commit
0882528b82
|
|
@ -217,6 +217,7 @@ class PartRelatedTests(PartViewTestCase):
|
|||
n = PartRelated.objects.all().count()
|
||||
self.assertEqual(n, 1)
|
||||
|
||||
|
||||
class PartAttachmentTests(PartViewTestCase):
|
||||
|
||||
def test_valid_create(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue