From 72f8fcf72088222587f932ca7976b30a58c6e5a4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 1 Oct 2019 16:10:29 -0400 Subject: [PATCH] Update test imports Signed-off-by: Roberto Rosario --- mayan/apps/cabinets/tests/test_workflow_actions.py | 2 +- .../mailer/tests/{test_actions.py => test_workflow_actions.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename mayan/apps/mailer/tests/{test_actions.py => test_workflow_actions.py} (98%) diff --git a/mayan/apps/cabinets/tests/test_workflow_actions.py b/mayan/apps/cabinets/tests/test_workflow_actions.py index eb010b55c5..d269025f9e 100644 --- a/mayan/apps/cabinets/tests/test_workflow_actions.py +++ b/mayan/apps/cabinets/tests/test_workflow_actions.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -from mayan.apps.common.tests import GenericViewTestCase +from mayan.apps.common.tests.base import GenericViewTestCase from mayan.apps.document_states.tests.mixins import WorkflowTestMixin from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase diff --git a/mayan/apps/mailer/tests/test_actions.py b/mayan/apps/mailer/tests/test_workflow_actions.py similarity index 98% rename from mayan/apps/mailer/tests/test_actions.py rename to mayan/apps/mailer/tests/test_workflow_actions.py index e52f1ff95b..ce5e4408f2 100644 --- a/mayan/apps/mailer/tests/test_actions.py +++ b/mayan/apps/mailer/tests/test_workflow_actions.py @@ -8,7 +8,7 @@ from mayan.apps.common.tests.base import GenericViewTestCase from mayan.apps.documents.tests.mixins import DocumentTestMixin from mayan.apps.document_states.literals import WORKFLOW_ACTION_ON_ENTRY from mayan.apps.document_states.tests.mixins import WorkflowTestMixin -from mayan.apps.document_states.tests.test_actions import ActionTestCase +from mayan.apps.document_states.tests.test_workflow_actions import ActionTestCase from mayan.apps.metadata.tests.mixins import MetadataTypeTestMixin from ..permissions import permission_user_mailer_use