Skip to content

Commit 91a101a

Browse files
committed
fix: format test file with prettier
1 parent 1f28624 commit 91a101a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/server/test/server/streamableHttp.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,9 @@ describe('Zod v4', () => {
982982
// Inject a fake stream entry to verify cleanup runs exactly once
983983
// @ts-expect-error accessing private map for test purposes
984984
transport._streamMapping.set('stream-1', {
985-
cleanup: () => { cleanupCalls.push('stream-1'); }
985+
cleanup: () => {
986+
cleanupCalls.push('stream-1');
987+
}
986988
});
987989

988990
// Fire two concurrent close() calls — only the first should proceed

0 commit comments

Comments
 (0)