Skip to content

Commit 268c9f7

Browse files
committed
fix test
1 parent 873f51f commit 268c9f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ test("should initialize with matching protocol version", async () => {
6666
protocolVersion: LATEST_PROTOCOL_VERSION,
6767
}),
6868
}),
69+
expect.objectContaining({
70+
relatedRequestId: undefined,
71+
}),
6972
);
7073

7174
// Should have the instructions returned

0 commit comments

Comments
 (0)