diff --git a/test/server/streamableHttp.test.ts b/test/server/streamableHttp.test.ts index 9fc2d3017..0161d82fb 100644 --- a/test/server/streamableHttp.test.ts +++ b/test/server/streamableHttp.test.ts @@ -2285,8 +2285,8 @@ describe.each(zodTestMatrix)('$zodVersionLabel', (entry: ZodMatrixEntry) => { // Verify we received the notification that was sent while disconnected expect(allText).toContain('Missed while disconnected'); - }); - }, 10000); + }, 10000); + }); // Test onsessionclosed callback describe('StreamableHTTPServerTransport onsessionclosed callback', () => { diff --git a/test/types.test.ts b/test/types.test.ts index 64bb78a21..78e5bf5a7 100644 --- a/test/types.test.ts +++ b/test/types.test.ts @@ -178,7 +178,7 @@ describe('Types', () => { annotations: { audience: ['user'], priority: 0.5, - lastModified: new Date().toISOString() + lastModified: mockDate } };