From aabbe59093e9f74cdabee903a6b7c18097a13c98 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 7 Oct 2015 19:37:00 -0400 Subject: [PATCH] Change test class name. --- mayan/apps/common/tests/test_views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mayan/apps/common/tests/test_views.py b/mayan/apps/common/tests/test_views.py index 26bd1e13d2..c4ded1802a 100644 --- a/mayan/apps/common/tests/test_views.py +++ b/mayan/apps/common/tests/test_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from django.contrib.auth.models import User @@ -14,7 +12,7 @@ from documents.tests.literals import ( ) -class DocumentsViewsFunctionalTestCase(TestCase): +class CommonViewTestCase(TestCase): def setUp(self): self.admin_user = User.objects.create_superuser( username=TEST_ADMIN_USERNAME, email=TEST_ADMIN_EMAIL,