Commit 24dfb05d authored by Benjamin Peterson's avatar Benjamin Peterson

make test name consistent with the rest of the file

parent 31b26f63
......@@ -763,7 +763,7 @@ class ExceptionTests(unittest.TestCase):
pass
self.assertEqual(e, (None, None, None))
def testUnicodeChangeAttributes(self):
def test_unicode_change_attributes(self):
# See issue 7309. This was a crasher.
u = UnicodeEncodeError('baz', 'xxxxx', 1, 5, 'foo')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment