Skip to content

Commit f084686

Browse files
rustyconoverclaude
andcommitted
Update client test to expect 47 methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c00891 commit f084686

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/client.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,9 @@ function defineConformanceTests<TCtx>(
10901090
// -----------------------------------------------------------------
10911091

10921092
describe("TestDescribeConformance", () => {
1093-
it("verify 46 methods", async () => {
1093+
it("verify 47 methods", async () => {
10941094
const desc = await describeFactory(ctx);
1095-
expect(desc.methods.length).toBe(46);
1095+
expect(desc.methods.length).toBe(47);
10961096
expect(["Conformance", "ConformanceService"]).toContain(desc.protocolName);
10971097
});
10981098

0 commit comments

Comments
 (0)