From 068f3b448badb0e1e9e41bc527eaa7f532960014 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 11 Oct 2020 13:41:15 +0100 Subject: [PATCH] Rename function --- tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.py b/tests.py index af64d550c..d5e7112e2 100644 --- a/tests.py +++ b/tests.py @@ -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()