fixt hopelijk build issues
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

maar garanties heb je alleen in de hemel. ofzo.
This commit is contained in:
2025-07-13 15:22:42 +02:00
parent d6bc6327a2
commit 3b9ac14719
4 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -41,9 +41,9 @@ class TestGeneral(unittest.TestCase):
if not isinstance(self.cog.r, praw.Reddit):
self.skipTest("PRAW Reddit instance failed to create")
post = self.cog.get_kopieerpasta()
self.assertIsInstance(post.url, str)
if post:
self.assertIsInstance(post.url, str)
def test_huge(self):
embed = self.cog.get_emoji_embed("<:test:123456789>")
self.assertIsInstance(embed, discord.Embed)