Skip to content

Commit a3c4626

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

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
@@ -63,7 +63,7 @@ describe("convertToAttr", () => {
6363

6464
expect(() => {
6565
convertToAttr(num, { convertClassInstanceToMap });
66-
}).toThrowError(`${errorPrefix} Use NumberValue, which is introduced from @aws-sdk/lib-dynamodb.`);
66+
}).toThrowError(`${errorPrefix} Use NumberValue from @aws-sdk/lib-dynamodb.`);
6767

6868
const BigIntConstructor = BigInt;
6969
(BigInt as any) = undefined;

0 commit comments

Comments
 (0)