From 49e052d5f02f2f876cc2386c6d7b053e36eaa169 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Dec 2020 19:29:14 +0000 Subject: [PATCH] Tidying --- tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.py b/tests.py index bf5ac6932..738e396b7 100644 --- a/tests.py +++ b/tests.py @@ -2674,7 +2674,6 @@ def testFunctions(): def runAllTests(): print('Running tests...') testFunctions() - return testReplyToPublicPost() testGetMentionedPeople() testGuessHashtagCategory()