Merge pull request #191 from RoboticPA/fix-testEmail

修复测试代码运行时,测试代码运行报编码错误
pull/230/head
wenxianping 2019-01-21 15:56:20 +08:00 committed by GitHub
commit 598c4e2a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class testAll(unittest.TestCase):
实测邮箱是否可用
:return:
"""
sendEmail("订票小助手测试一下")
sendEmail(u"订票小助手测试一下")
def testPushbear(self):
"""