Skip to content

Commit 7d6210c

Browse files
committed
clean up
1 parent 0ca4867 commit 7d6210c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/title.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('Title field backwards compatibility', () => {
7676
expect(prompts.prompts[0].name).toBe('test-prompt');
7777
expect(prompts.prompts[0].title).toBe('Test Prompt Display Name');
7878
expect(prompts.prompts[0].description).toBe('A test prompt');
79-
}, 15_000);
79+
});
8080

8181
it('should work with prompts using registerPrompt', async () => {
8282
const [clientTransport, serverTransport] = InMemoryTransport.createLinkedPair();

0 commit comments

Comments
 (0)