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.' ) ) })