From cc9af530b3c29d4d55bb8991b00dbe3bf0b339c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Sun, 18 Apr 2021 01:08:08 +0200 Subject: [PATCH] Fix prettier issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Gomez --- .../components/SystemDiagramCard/SystemDiagramCard.test.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 () => {