From b8c51afa545d4cd04257acafea0ec9672c1afee9 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 15 Nov 2023 15:15:47 +0100 Subject: [PATCH] missed cleanup --- src/react/hooks/__tests__/useSuspenseQuery.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/hooks/__tests__/useSuspenseQuery.test.tsx b/src/react/hooks/__tests__/useSuspenseQuery.test.tsx index 2ebd57db009..7e53013855d 100644 --- a/src/react/hooks/__tests__/useSuspenseQuery.test.tsx +++ b/src/react/hooks/__tests__/useSuspenseQuery.test.tsx @@ -3600,7 +3600,7 @@ describe("useSuspenseQuery", () => { jest.useRealTimers(); }); - it("xxx tears down subscription when throwing an error on refetch", async () => { + it("tears down subscription when throwing an error on refetch", async () => { using _consoleSpy = spyOnConsole("error"); const query = gql`