We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de481ff commit d98e3d7Copy full SHA for d98e3d7
1 file changed
tests/McpContext.test.ts
@@ -41,7 +41,7 @@ describe('McpContext', () => {
41
});
42
43
44
- it('can store and retrieve performance traces', async () => {
+ it('can store and retrieve the latest performance trace', async () => {
45
await withMcpContext(async (_response, context) => {
46
const fakeTrace1 = {} as unknown as TraceResult;
47
const fakeTrace2 = {} as unknown as TraceResult;
0 commit comments