Update test_bot.py

This commit is contained in:
SpudGunMan
2025-10-25 10:59:46 -07:00
parent 8312f4e683
commit 49f2dcff88
+3
View File
@@ -144,6 +144,9 @@ class TestBot(unittest.TestCase):
##### GAMES Tests #####
def test_jokes(self):
from modules.games.joke import tell_joke
self.assertIsInstance(tell_joke(), str)