Skip to content

Commit fe6e258

Browse files
phrasing
1 parent aa079df commit fe6e258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component-tests/integration-tests/urgent-letter-priority.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test.beforeAll(async () => {
1919
test.describe("Urgent Letter Priority Tests", () => {
2020
test.setTimeout(180_000); // 3 minutes for long running polling
2121

22-
test("Letter with higher urgency gets picked first", async ({ request }) => {
22+
test("Letters with higher urgency get picked first", async ({ request }) => {
2323
const variantsUrgencyTen = getVariantsWithUrgency(10);
2424
const urgencyTenLetterIds = await sendEventsForVariants(variantsUrgencyTen);
2525

0 commit comments

Comments
 (0)