make test name consistent with the rest of the file

This commit is contained in:
Benjamin Peterson 2014-04-02 12:05:35 -04:00
parent 31b26f637a
commit 24dfb05d4f
1 changed files with 1 additions and 1 deletions

View File

@ -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')