Skip to content

Commit 2037de2

Browse files
committed
cleanup
1 parent 2761f0f commit 2037de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/test/server/middleware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('sentryMiddleware', () => {
1515

1616
const getSpanMock = vi.fn(() => {});
1717
// @ts-expect-error only returning a partial hub here
18-
const getCurrentHubSpy = vi.spyOn(SentryNode, 'getCurrentHub').mockImplementation(() => {
18+
vi.spyOn(SentryNode, 'getCurrentHub').mockImplementation(() => {
1919
return {
2020
getScope: () => ({
2121
getSpan: getSpanMock,

0 commit comments

Comments
 (0)