Skip to content

Commit d4bfe55

Browse files
committed
fix: format error with merge
Signed-off-by: sunrabbit123 <[email protected]>
1 parent 4607f37 commit d4bfe55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/client/stdio.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ test("should override default environment variables with custom ones", async ()
130130
}
131131
});
132132

133-
test("should return child process pid", async () => {
134-
const client = new StdioClientTransport(serverParameters);
135-
136-
await client.start();
137-
expect(client.pid).not.toBeNull();
138-
await client.close();
139-
expect(client.pid).toBeNull();
133+
test("should return child process pid", async () => {
134+
const client = new StdioClientTransport(serverParameters);
140135

136+
await client.start();
137+
expect(client.pid).not.toBeNull();
138+
await client.close();
139+
expect(client.pid).toBeNull();
140+
});
141141
});

0 commit comments

Comments
 (0)