summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_mailmanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/commands/tests/test_mailmanconf.py')
-rw-r--r--src/mailman/commands/tests/test_mailmanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/tests/test_mailmanconf.py b/src/mailman/commands/tests/test_mailmanconf.py
index dbea2c362..4a3b5df9e 100644
--- a/src/mailman/commands/tests/test_mailmanconf.py
+++ b/src/mailman/commands/tests/test_mailmanconf.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-"""Test some additional corner cases for starting/stopping."""
+"""Test the mailmanconf subcommand."""
from __future__ import absolute_import, unicode_literals
@@ -46,7 +46,7 @@ class FakeParser:
-class TestStart(unittest.TestCase):
+class TestMailmanconf(unittest.TestCase):
"""Test the mailmanconf subcommand."""
def setUp(self):