renamed email template file

This commit is contained in:
Sam
2021-02-22 13:30:17 +00:00
parent c9d3f66fb8
commit 41c07e711a
4 changed files with 2 additions and 1 deletions

View File

@@ -263,7 +263,6 @@ class CompanyViewSetTest(APITestCase):
self.assertFalse(self.model.objects.filter(id=instance.pk).exists())
class MyCompanyViewTest(APITestCase):
"""CompanyViewset tests
"""