Skip to content

Commit 846162c

Browse files
committed
dispose test instantiation service
1 parent 85fa846 commit 846162c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/userDataSync/test/common/userDataSyncClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class UserDataSyncClient extends Disposable {
5252

5353
constructor(readonly testServer: UserDataSyncTestServer = new UserDataSyncTestServer()) {
5454
super();
55-
this.instantiationService = new TestInstantiationService();
55+
this.instantiationService = this._register(new TestInstantiationService());
5656
}
5757

5858
async setUp(empty: boolean = false): Promise<void> {

0 commit comments

Comments
 (0)