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 0038983 commit 09f2bb7Copy full SHA for 09f2bb7
packages/util-dynamodb/src/convertToAttr.spec.ts
@@ -81,7 +81,7 @@ describe("convertToAttr", () => {
81
82
expect(() => {
83
convertToAttr(num, { convertClassInstanceToMap });
84
- }).toThrowError(`${errorPrefix} Use NumberValue, which is introduced from @aws-sdk/lib-dynamodb.`);
+ }).toThrowError(`${errorPrefix} Use NumberValue from @aws-sdk/lib-dynamodb.`);
85
86
const BigIntConstructor = BigInt;
87
(BigInt as any) = undefined;
0 commit comments