Skip to content

Commit 135dde7

Browse files
committed
lint
1 parent b053f38 commit 135dde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/test/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Event } from '@sentry/core';
22
import type { Callback, Handler } from 'aws-lambda';
33
import { beforeEach, describe, expect, test, vi } from 'vitest';
44
import { init } from '../src/init';
5-
import { AWS_HANDLER_STREAMING_SYMBOL, AWS_HANDLER_STREAMING_RESPONSE, wrapHandler } from '../src/sdk';
5+
import { AWS_HANDLER_STREAMING_RESPONSE, AWS_HANDLER_STREAMING_SYMBOL, wrapHandler } from '../src/sdk';
66

77
const mockFlush = vi.fn((...args) => Promise.resolve(args));
88
const mockWithScope = vi.fn();

0 commit comments

Comments
 (0)