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