diff --git a/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.test.tsx b/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.test.tsx index 34dfcfef56..738d344941 100644 --- a/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.test.tsx +++ b/plugins/catalog/src/components/SystemDiagramCard/SystemDiagramCard.test.tsx @@ -63,9 +63,7 @@ describe('', () => { expect(queryByText(/System Diagram/)).toBeInTheDocument(); expect(queryByText(/my-namespace2\/my-system2/)).toBeInTheDocument(); - expect( - queryByText(/my-namespace\/my-entity/), - ).not.toBeInTheDocument(); + expect(queryByText(/my-namespace\/my-entity/)).not.toBeInTheDocument(); }); it('shows related systems', async () => {