Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Feb 26, 2024
1 parent fb2d496 commit df4cb03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/SidebarTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
})
);
});
Expand Down

0 comments on commit df4cb03

Please sign in to comment.