From 88d212f82b4e0cc2b09202595a3a7421b6fb18c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:04:17 +0000 Subject: [PATCH] Update test to match new error message format Co-authored-by: bdehamer <398027+bdehamer@users.noreply.github.com> --- __tests__/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index 4eb64c7..600b55d 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -484,7 +484,7 @@ describe('action', () => { expect(setFailedMock).toHaveBeenCalledWith( new Error( - 'Too many subjects specified (1025). The maximum number of subjects is 1024.' + 'Too many subjects specified (>1024). The maximum number of subjects is 1024.' ) ) })