Rename function

main
Bob Mottram 2020-10-11 13:41:15 +01:00
parent 8db1ec89d2
commit 068f3b448b
1 changed files with 3 additions and 3 deletions

View File

@ -1770,8 +1770,8 @@ def testGetStatusNumber():
prevStatusNumber = int(statusNumber) prevStatusNumber = int(statusNumber)
def testCommentJson() -> None: def testJsonString() -> None:
print('testCommentJson') print('testJsonString')
filename = '/tmp/test.json' filename = '/tmp/test.json'
messageStr = "Crème brûlée यह एक परीक्षण ह" messageStr = "Crème brûlée यह एक परीक्षण ह"
testJson = { testJson = {
@ -2191,7 +2191,7 @@ def runAllTests():
testRecentPostsCache() testRecentPostsCache()
testTheme() testTheme()
testSaveLoadJson() testSaveLoadJson()
testCommentJson() testJsonString()
testGetStatusNumber() testGetStatusNumber()
testAddEmoji() testAddEmoji()
testActorParsing() testActorParsing()