This commit is contained in:
Jack Kingsman
2026-02-27 14:05:28 -08:00
parent 26fbfcd015
commit d4a2b9fac8
2 changed files with 0 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ from app.repository import (
ContactRepository,
MessageRepository,
)
from app.websocket import broadcast_error
if TYPE_CHECKING:
from meshcore.events import Event

View File

@@ -280,8 +280,6 @@ class TestFetchRepeaterResponse:
assert mc.commands.get_msg.await_count == 21
class TestRepeaterCommandRoute:
@pytest.mark.asyncio
async def test_send_cmd_error_raises_and_restores_auto_fetch(self, test_db):