Skip to content

Commit d7f44d6

Browse files
committed
Tweaked test to match earlier coverage_changes output format tweak.
- Legacy-Id: 9168
1 parent 58810b3 commit d7f44d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/management/commands/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ def test_coverage_change(self):
8282
r"admin/group/group/change_form.html False True",
8383
r"^api/v1/?$ True False",
8484
r"^community/personal/$ False True",
85-
r"ietf/community/constants nan 50.00",
85+
r"ietf/community/constants - 50.00",
8686
]:
8787
self.assertTrue(l in text, msg="Missing line in coverage_change output:\n'%s'\n"%l)

0 commit comments

Comments
 (0)