def frozenbot(bot): return bot.freeze()
def test_bot_freeze(bot): # Create the frozen bot instance frozen = bot.freeze() assert bot == frozen