From 853701156cab55ea6dac76ffb47930387a4d1846 Mon Sep 17 00:00:00 2001 From: Sophia Massie Date: Tue, 21 Nov 2023 17:28:13 -0600 Subject: [PATCH] Linting test --- .../src/tickets/TicketDetailModal/TicketModal.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/tup-components/src/tickets/TicketDetailModal/TicketModal.test.tsx b/libs/tup-components/src/tickets/TicketDetailModal/TicketModal.test.tsx index e76fdde31..c3ddede69 100644 --- a/libs/tup-components/src/tickets/TicketDetailModal/TicketModal.test.tsx +++ b/libs/tup-components/src/tickets/TicketDetailModal/TicketModal.test.tsx @@ -90,4 +90,3 @@ it('should render an success message if an reply success is returned from the us expect(getByText(/Your reply has been sent/)).toBeDefined() ); }); -