From 3c2d2d108707e470598ea9053915b99427a2e072 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 31 Jan 2019 05:57:18 -0400 Subject: [PATCH] Update comment Signed-off-by: Roberto Rosario --- mayan/apps/common/tests/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/common/tests/base.py b/mayan/apps/common/tests/base.py index 2fc36e4599..c3c06672c5 100644 --- a/mayan/apps/common/tests/base.py +++ b/mayan/apps/common/tests/base.py @@ -29,6 +29,6 @@ class BaseTestCase(RandomPrimaryKeyModelMonkeyPatchMixin, DatabaseConversionMixi class GenericViewTestCase(ClientMethodsTestCaseMixin, TestViewTestCaseMixin, BaseTestCase): """ A generic view test case built on top of the base test case providing - single user test view to test object resolution and shorthand HTTP - method functions. + a single, user customizable view to test object resolution and shorthand + HTTP method functions. """