Skip to content
Snippets Groups Projects
Commit 54a0eb7f authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

gcc-changelog: Update test to match new error text

contrib/ChangeLog:

	* gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
	Update expected error message.
parent 87cb9423
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ class TestGccChangelog(unittest.TestCase):
def test_long_lines(self):
email = self.get_git_email('long-lines.patch')
assert len(email.errors) == 1
assert email.errors[0].message == 'line limit exceeds 100 characters'
assert email.errors[0].message == 'line exceeds 100 character limit'
def test_new_files(self):
email = self.from_patch_glob('0030')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment