Skip to content

Commit 57e16bf

Browse files
committed
Fixed a typo.
- Legacy-Id: 16511
1 parent 618d602 commit 57e16bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/tests_charter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def test_submit_charter(self):
418418
self.assertTrue("new_revision" in charter.latest_event().type)
419419

420420
with io.open(os.path.join(self.charter_dir, charter.canonical_name() + "-" + charter.rev + ".txt")) as f:
421-
self.assertEqual(f.read(), "Windows line\nMac line\nUnix line\n" + utf_8_snippet.decode('utf_8'))
421+
self.assertEqual(f.read(), "Windows line\nMac line\nUnix line\n" + utf_8_snippet.decode('utf-8'))
422422

423423
def test_submit_initial_charter(self):
424424
group = GroupFactory(type_id='wg',acronym='mars',list_email='mars-wg@ietf.org')

0 commit comments

Comments
 (0)