Skip to content

Commit

Permalink
missed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 15, 2023
1 parent 8ecd36f commit b8c51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useSuspenseQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b8c51af

Please sign in to comment.