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`