Skip to content

Commit b62ba22

Browse files
committed
fix lint
1 parent ff4823e commit b62ba22

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/core/test/lib/integrations/mcp-server/mcpServerErrorCapture.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { beforeEach, describe, expect, it, vi } from 'vitest';
22
import * as currentScopes from '../../../../src/currentScopes';
33
import * as exports from '../../../../src/exports';
4-
import { captureError } from '../../../../src/integrations/mcp-server/errorCapture';
54
import { wrapMcpServerWithSentry } from '../../../../src/integrations/mcp-server';
5+
import { captureError } from '../../../../src/integrations/mcp-server/errorCapture';
66
import { createMockMcpServer } from './testUtils';
77

88
describe('MCP Server Error Capture', () => {

packages/core/test/lib/integrations/mcp-server/transportInstrumentation.test.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
import { beforeEach, describe, expect, it, vi } from 'vitest';
2-
32
import * as currentScopes from '../../../../src/currentScopes';
43
import { wrapMcpServerWithSentry } from '../../../../src/integrations/mcp-server';
54
import { buildMcpServerSpanConfig } from '../../../../src/integrations/mcp-server/spans';
65
import {
6+
wrapTransportError,
7+
wrapTransportOnClose,
78
wrapTransportOnMessage,
89
wrapTransportSend,
9-
wrapTransportOnClose,
10-
wrapTransportError,
1110
} from '../../../../src/integrations/mcp-server/transport';
1211
import * as tracingModule from '../../../../src/tracing';
13-
1412
import {
1513
createMockMcpServer,
16-
createMockTransport,
17-
createMockStdioTransport,
1814
createMockSseTransport,
15+
createMockStdioTransport,
16+
createMockTransport,
1917
} from './testUtils';
2018

2119
describe('MCP Server Transport Instrumentation', () => {

0 commit comments

Comments
 (0)