fixt hopelijk build issues
maar garanties heb je alleen in de hemel. ofzo.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user