Fix a couple of CallViewModel tests.

This commit is contained in:
Timo K
2025-11-14 10:44:16 +01:00
parent 0115242a2b
commit fdce3ec1aa
9 changed files with 1426 additions and 1378 deletions

View File

@@ -117,7 +117,7 @@ export function createConnectionManager$({
connectionFactory,
inputTransports$,
}: Props): IConnectionManager {
const logger = rootLogger.getChild("ConnectionManager");
const logger = rootLogger.getChild("[ConnectionManager]");
const running$ = new BehaviorSubject(true);
scope.onEnd(() => running$.next(false));