Skip to content

Commit 653894f

Browse files
authored
fix: comment for test
1 parent d085086 commit 653894f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/lib-dynamodb/src/test/lib-dynamodb.e2e.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ describe(
347347
.catch(passError);
348348

349349
for (const k of Object.keys(data)) {
350+
// this GET request uses ConsistentRead to ensure the previous TransactWrite
351+
// has completed before the next TransactRead fires.
350352
await doc
351353
.get({
352354
TableName,

0 commit comments

Comments
 (0)