From 335c8cf6f87bfd7247ceaf7e37b53c8af61744df Mon Sep 17 00:00:00 2001 From: Jonathan Goulding <58443816+jonathangoulding@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:06:33 -0800 Subject: [PATCH] Update test/presenters/notifications/setup/review.presenter.test.js Co-authored-by: Alan Cruikshanks --- test/presenters/notifications/setup/review.presenter.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presenters/notifications/setup/review.presenter.test.js b/test/presenters/notifications/setup/review.presenter.test.js index 5b8f57f242..0dcf9a3ee0 100644 --- a/test/presenters/notifications/setup/review.presenter.test.js +++ b/test/presenters/notifications/setup/review.presenter.test.js @@ -173,7 +173,7 @@ describe('Notifications Setup - Review presenter', () => { }) describe('and the page is 1', () => { - it('should only return 25 recipients', () => { + it('returns the first 25 recipients', () => { const result = ReviewPresenter.go(testInput) expect(result.recipients.length).to.equal(25)