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 335c8cf commit 8e96c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('Notifications Setup - Review presenter', () => {
})

describe('and there are <= 25 recipients ', () => {
it('should return the recipients', () => {
it('returns all the recipients', () => {
const result = ReviewPresenter.go(testInput)

expect(result.recipients.length).to.equal(testInput.length)
Expand Down

0 comments on commit 8e96c5c

Please sign in to comment.