Skip to content

Commit

Permalink
Update test/presenters/notifications/setup/review.presenter.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Cruikshanks <[email protected]>
  • Loading branch information
jonathangoulding and Cruikshanks authored Jan 24, 2025
1 parent c5425dd commit 335c8cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 335c8cf

Please sign in to comment.