Skip to content

Commit aa624d6

Browse files
committed
Fixed test db
1 parent 40fbb3f commit aa624d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/datastore/src/__test__

internal/datastore/src/__test__/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const createLetterQueueTableCommand = new CreateTableCommand({
143143
AttributeDefinitions: [
144144
{ AttributeName: "supplierId", AttributeType: "S" },
145145
{ AttributeName: "letterId", AttributeType: "S" },
146-
{ AttributeName: "queueTimestamp", AttributeType: "S" },
146+
{ AttributeName: "queueSortOrderSk", AttributeType: "S" },
147147
],
148148
});
149149

0 commit comments

Comments
 (0)