tests: update after changes

This commit is contained in:
Vlad Stan 2023-02-07 18:15:43 +02:00
parent 25dde9571c
commit 14df3a6ffb
2 changed files with 18 additions and 8 deletions

View file

@ -62,12 +62,12 @@ class NostrClientManager:
class NostrClientConnection:
broadcast_event: Callable
def __init__(self, relay_id: str, websocket: WebSocket):
self.websocket = websocket
self.relay_id = relay_id
self.filters: List[NostrFilter] = []
self.broadcast_event: Optional[Callable] = None
async def start(self):
await self.websocket.accept()