From 581ae7b97a4e54b65b41c25e89fea567205a5f0e Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 4 Nov 2021 12:33:08 -0600 Subject: [PATCH] fix failing test (#1757) --- .../components/kanban/calculation/calculationOptions.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/kanban/calculation/calculationOptions.test.tsx b/webapp/src/components/kanban/calculation/calculationOptions.test.tsx index 2883f401c..a7e9e82ec 100644 --- a/webapp/src/components/kanban/calculation/calculationOptions.test.tsx +++ b/webapp/src/components/kanban/calculation/calculationOptions.test.tsx @@ -77,14 +77,14 @@ describe('components/kanban/calculations/KanbanCalculationOptions', () => { options: [], }) - const component = ( + const component = wrapIntl( {}} cardProperties={boardWithProps.fields.cardProperties} - /> + />, ) const {getAllByText} = render(component)