mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-01 13:26:00 +00:00
68fb1ef080
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.