From c55f3b4353519e2fd6e7650fac34846e96008f75 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 6 Aug 2015 19:56:50 -0400 Subject: [PATCH] Fix test method name. --- mayan/apps/documents/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/test_api.py b/mayan/apps/documents/test_api.py index 24468b5e48..5989254d8c 100644 --- a/mayan/apps/documents/test_api.py +++ b/mayan/apps/documents/test_api.py @@ -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):