Skip to content

Commit 13c0d87

Browse files
committed
Fix failing tests due to typo in error message
Commit 62699a3187 of coverage.py changed the error message string. nedbat/coveragepy@62699a3
1 parent d3b7739 commit 13c0d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugin_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def assert_plugin_disabled(self, msg):
228228
stderr = self.stderr()
229229
self.assertIn(
230230
"Coverage.py warning: "
231-
"Disabling plugin 'django_coverage_plugin.DjangoTemplatePlugin' "
231+
"Disabling plug-in 'django_coverage_plugin.DjangoTemplatePlugin' "
232232
"due to an exception:",
233233
stderr
234234
)

0 commit comments

Comments
 (0)