diff --git a/tests/plugin_test.py b/tests/plugin_test.py index 278c849..8139ee7 100644 --- a/tests/plugin_test.py +++ b/tests/plugin_test.py @@ -228,7 +228,7 @@ def assert_plugin_disabled(self, msg): stderr = self.stderr() self.assertIn( "Coverage.py warning: " - "Disabling plugin 'django_coverage_plugin.DjangoTemplatePlugin' " + "Disabling plug-in 'django_coverage_plugin.DjangoTemplatePlugin' " "due to an exception:", stderr )