Skip to content

Commit a9ada15

Browse files
committed
fix test pack eligibility
1 parent 172c2e5 commit a9ada15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component-tests/allocation-tests/letter-allocation-capacity.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test.describe("Allocator Lambda Tests", () => {
5858
const preparedEvent = createPreparedV1Event({
5959
domainId,
6060
letterVariantId: letterVariant,
61-
pageCount: 6, // pagecount that makes notify-c5 ineligible and notify-c4 eligible based on their pack configs
61+
pageCount: 11, // pagecount that makes notify-c5 ineligible and notify-c4 eligible based on their pack configs (note packs are duplex)
6262
});
6363

6464
const response = await sendSnsEvent(preparedEvent);

0 commit comments

Comments
 (0)