2024-04-01 19:27:52 +02:00
|
|
|
from tests.utils import bot, OWNER, SENDER
|
2024-01-11 08:17:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
def test_topic_duration_not_ended(bot):
|
2024-04-01 19:27:52 +02:00
|
|
|
bot.test_public_message(bot.channel, SENDER, "!start")
|
|
|
|
bot.test_public_message(bot.channel, SENDER, "## collective topic")
|
2024-01-11 08:17:25 +01:00
|
|
|
|
2024-04-01 19:27:52 +02:00
|
|
|
assert bot.review.current_topic.duration != ""
|