From 69ea9e4ad7e11581d724ffe91aa66935a62c06d7 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 18 Oct 2018 21:25:36 -0500 Subject: fix coverage --- tests/test_config/test_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_config/test_actions.py') diff --git a/tests/test_config/test_actions.py b/tests/test_config/test_actions.py index 098f73585..a72d0d7b1 100644 --- a/tests/test_config/test_actions.py +++ b/tests/test_config/test_actions.py @@ -6,7 +6,7 @@ from pyramid.exceptions import ConfigurationExecutionError from pyramid.interfaces import IRequest -class ConfiguratorTests(unittest.TestCase): +class ActionConfiguratorMixinTests(unittest.TestCase): def _makeOne(self, *arg, **kw): from pyramid.config import Configurator -- cgit v1.2.3