Skip to content

Commit cfe8ce3

Browse files
committed
add last evaluated key times out
1 parent 6a6486d commit cfe8ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/flavors/job.test.js

+4
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ describe('flavors/job.js', () => {
266266
name: 'thing 3',
267267
},
268268
],
269+
LastEvaluatedKey: {
270+
pk: '4',
271+
sk: 'thing',
272+
},
269273
});
270274

271275
const events = toDynamodbRecords([

0 commit comments

Comments
 (0)