Skip to content

Commit 7bb5882

Browse files
Update packages/event-handler/tests/unit/appsync-graphql/AppSyncGraphQLResolver.test.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent b2073ca commit 7bb5882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import context from '@aws-lambda-powertools/testing-utils/context';
2-
import { AssertionError } from 'assert';
2+
import { AssertionError } from 'node:assert';
33
import type { AppSyncResolverEvent, Context } from 'aws-lambda';
44
import { beforeEach, describe, expect, it, vi } from 'vitest';
55
import { AppSyncGraphQLResolver } from '../../../src/appsync-graphql/AppSyncGraphQLResolver.js';

0 commit comments

Comments
 (0)