Misc. bug bash

This commit is contained in:
Jack Kingsman
2026-03-30 20:49:09 -07:00
parent 134e8d0d29
commit 3a1c2d691b
9 changed files with 55 additions and 10 deletions
+1 -2
View File
@@ -11,8 +11,6 @@ import pytest
from app.event_handlers import (
_active_subscriptions,
_buffered_acks,
_pending_acks,
cleanup_expired_acks,
register_event_handlers,
track_pending_ack,
@@ -23,6 +21,7 @@ from app.repository import (
ContactRepository,
MessageRepository,
)
from app.services.dm_ack_tracker import _buffered_acks, _pending_acks
@pytest.fixture(autouse=True)