From df4cb033a6393ff457bc08afb4f19a01d406968d Mon Sep 17 00:00:00 2001 From: rayane-djouah <77965000+rayane-djouah@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:08:07 +0100 Subject: [PATCH] prettier --- tests/unit/SidebarTest.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unit/SidebarTest.js b/tests/unit/SidebarTest.js index 09f979d0dd98..de44d858654f 100644 --- a/tests/unit/SidebarTest.js +++ b/tests/unit/SidebarTest.js @@ -131,9 +131,7 @@ describe('Sidebar', () => { const hintMessagePreviewText = Localize.translateLocal('accessibilityHints.lastChatMessagePreview'); const messagePreviewTexts = screen.queryAllByLabelText(hintMessagePreviewText); - expect(lodashGet(messagePreviewTexts, [0, 'props', 'children'])).toBe( - 'This chat is no longer active because Vikings Policy is no longer an active workspace.', - ); + expect(lodashGet(messagePreviewTexts, [0, 'props', 'children'])).toBe('This chat is no longer active because Vikings Policy is no longer an active workspace.'); }) ); });