We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58810b3 commit d7f44d6Copy full SHA for d7f44d6
1 file changed
ietf/utils/management/commands/tests.py
@@ -82,6 +82,6 @@ def test_coverage_change(self):
82
r"admin/group/group/change_form.html False True",
83
r"^api/v1/?$ True False",
84
r"^community/personal/$ False True",
85
- r"ietf/community/constants nan 50.00",
+ r"ietf/community/constants - 50.00",
86
]:
87
self.assertTrue(l in text, msg="Missing line in coverage_change output:\n'%s'\n"%l)
0 commit comments