We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2bb7 commit a3c4626Copy full SHA for a3c4626
packages/util-dynamodb/src/convertToAttr.spec.ts
@@ -63,7 +63,7 @@ describe("convertToAttr", () => {
63
64
expect(() => {
65
convertToAttr(num, { convertClassInstanceToMap });
66
- }).toThrowError(`${errorPrefix} Use NumberValue, which is introduced from @aws-sdk/lib-dynamodb.`);
+ }).toThrowError(`${errorPrefix} Use NumberValue from @aws-sdk/lib-dynamodb.`);
67
68
const BigIntConstructor = BigInt;
69
(BigInt as any) = undefined;
0 commit comments