Skip to content

Commit

Permalink
fix all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Dec 3, 2024
1 parent 446a93c commit e2978e2
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export class SharedWebStreamingSyncImplementation extends WebStreamingSyncImplem
* Used in tests to force a connection states
*/
private async _testUpdateStatus(status: SyncStatus) {
await this.isInitialized;
return (this.syncManager as any)['_testUpdateAllStatuses'](status.toJSON());
}
}
Loading

0 comments on commit e2978e2

Please sign in to comment.