Skip to content

Commit 09f2bb7

Browse files
authored
fix: wording
1 parent 0038983 commit 09f2bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util-dynamodb/src/convertToAttr.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe("convertToAttr", () => {
8181

8282
expect(() => {
8383
convertToAttr(num, { convertClassInstanceToMap });
84-
}).toThrowError(`${errorPrefix} Use NumberValue, which is introduced from @aws-sdk/lib-dynamodb.`);
84+
}).toThrowError(`${errorPrefix} Use NumberValue from @aws-sdk/lib-dynamodb.`);
8585

8686
const BigIntConstructor = BigInt;
8787
(BigInt as any) = undefined;

0 commit comments

Comments
 (0)