Fix test method name.

This commit is contained in:
Roberto Rosario
2015-08-06 19:56:50 -04:00
parent d3ee32beea
commit c55f3b4353

View File

@@ -32,7 +32,7 @@ class DocumentTypeAPITestCase(APITestCase):
self.client.force_authenticate(user=self.admin_user)
def testDown(self):
def tearDown(self):
self.admin_user.delete()
def test_document_type_create(self):