mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-06 07:54:07 +00:00
The send_channel_message test was leaving bot.is_radio_zombie as an unset MagicMock attribute, which evaluates truthy and triggers the zombie-state early return before flood scope logic runs. Add bot.is_radio_zombie = False to the mock setup so the function reaches the set_flood_scope call as intended.