Skip to content

Commit 4bdd717

Browse files
Fix lint
1 parent 4ea5d24 commit 4bdd717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unittest/hooks/childProcessAttachHandler.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ suite('Debug - Child Process', () => {
5252
port: 1234,
5353
subProcessId: 2,
5454
};
55-
const session: any = {configuration:{type: DebuggerTypeName}};
55+
const session: any = { configuration: { type: DebuggerTypeName } };
5656
when(attachService.attach(body, session)).thenThrow(new Error('Kaboom'));
5757
await handler.handleCustomEvent({ event: DebuggerEvents.DebugpyAttachToSubprocess, body, session });
5858
verify(attachService.attach(body, anything())).once();

0 commit comments

Comments
 (0)