Skip to content

Commit

Permalink
fix: test for individual email plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvente committed Dec 29, 2023
1 parent 0697356 commit 5556a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/communications-app/IndividualEmails/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('IndividualEmails Component', () => {
it('displays the correct internationalized messages', () => {
render(
<IntlProviderWrapper>
<IndividualEmails />
<IndividualEmails emailList={mockEmailList} />
</IntlProviderWrapper>,
);

Expand Down

0 comments on commit 5556a2b

Please sign in to comment.