aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Harbys <[email protected]>2021-02-03 14:17:49 +0100
committerGravatar Harbys <[email protected]>2021-02-03 14:17:49 +0100
commitcd25e1e47079b6e9108a977fd915052c3428c10e (patch)
tree0630da10f3f8fe7b21c1294f47c50a5f09a8f8a9 /tests
parentremove constants that were used once (diff)
remove unused tests
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/moderation/test_stream.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/bot/exts/moderation/test_stream.py b/tests/bot/exts/moderation/test_stream.py
index 15956a9de..2ac274699 100644
--- a/tests/bot/exts/moderation/test_stream.py
+++ b/tests/bot/exts/moderation/test_stream.py
@@ -2,16 +2,11 @@ import unittest
from bot.constants import Roles
-from bot.exts.moderation.stream import Stream
-from tests.helpers import MockBot, MockMember, MockRole
+from tests.helpers import MockMember, MockRole
class StreamCommandTest(unittest.IsolatedAsyncioTestCase):
- def setUp(self) -> None:
- self.bot = MockBot()
- self.cog = Stream(self.bot)
-
def test_checking_if_user_has_streaming_permission(self):
"""
Test searching for video role in Member.roles