tests: end scope tests

This commit is contained in:
Valere
2025-10-01 16:39:21 +02:00
parent 6a1f7dd057
commit e8bf817f88
3 changed files with 62 additions and 23 deletions

View File

@@ -1890,7 +1890,7 @@ export class CallViewModel extends ViewModel {
this.startConnection$
.pipe(this.scope.bind())
.subscribe((c) => void c.start());
this.stopConnection$.pipe(this.scope.bind()).subscribe((c) => c.stop());
this.stopConnection$.pipe(this.scope.bind()).subscribe((c) => void c.stop());
combineLatest([this.localFocus, this.join$])
.pipe(this.scope.bind())