Skip to content

Commit a7a19b6

Browse files
committed
fix: correct import path for ExceptionHandlerRegistry in unit tests
1 parent 2cd95e6 commit a7a19b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-handler/tests/unit/appsync-graphql/ExceptionHandlerRegistry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { ExceptionHandlerRegistry } from 'src/appsync-graphql/ExceptionHandlerRegistry.js';
21
import { beforeEach, describe, expect, it, vi } from 'vitest';
2+
import { ExceptionHandlerRegistry } from '../../../src/appsync-graphql/ExceptionHandlerRegistry.js';
33
import type { ExceptionHandlerOptions } from '../../../src/types/appsync-graphql.js';
44

55
describe('Class: ExceptionHandlerRegistry', () => {

0 commit comments

Comments
 (0)