diff --git a/packages/core-components/src/components/ErrorPanel/ErrorPanel.test.tsx b/packages/core-components/src/components/ErrorPanel/ErrorPanel.test.tsx
index a3588b99c3..66ef82b029 100644
--- a/packages/core-components/src/components/ErrorPanel/ErrorPanel.test.tsx
+++ b/packages/core-components/src/components/ErrorPanel/ErrorPanel.test.tsx
@@ -32,12 +32,10 @@ describe('', () => {
,
);
- expect(
- screen.getByText('Error: Step has been failed.'),
- ).toBeInTheDocument();
+ expect(screen.getByText('Error: Step has failed.')).toBeInTheDocument();
expect(screen.getByText('Help')).toHaveAttribute(
'href',