Skip to content

Commit d98e3d7

Browse files
authored
Apply suggestion from @OrKoN
1 parent de481ff commit d98e3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/McpContext.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('McpContext', () => {
4141
});
4242
});
4343

44-
it('can store and retrieve performance traces', async () => {
44+
it('can store and retrieve the latest performance trace', async () => {
4545
await withMcpContext(async (_response, context) => {
4646
const fakeTrace1 = {} as unknown as TraceResult;
4747
const fakeTrace2 = {} as unknown as TraceResult;

0 commit comments

Comments
 (0)