We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3be4c commit c4fe56cCopy full SHA for c4fe56c
stream_chat/tests/async_chat/test_reminders.py
@@ -9,7 +9,7 @@
9
class TestReminders:
10
@pytest.fixture(autouse=True)
11
@pytest.mark.asyncio
12
- async def setup_channel_for_reminders(self, channel: "Channel"):
+ async def setup_channel_for_reminders(self, channel):
13
await channel.update_partial(
14
{"config_overrides": {"user_message_reminders": True}},
15
)
stream_chat/tests/test_reminders.py
@@ -8,7 +8,7 @@
8
- def setup_channel_for_reminders(self, channel: "Channel"):
+ def setup_channel_for_reminders(self, channel):
channel.update_partial(
0 commit comments