Skip to content

Commit

Permalink
Remove legacyOneTimeQuery reference
Browse files Browse the repository at this point in the history
Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
charpeni and jerelmiller authored Dec 19, 2024
1 parent 3c10ea5 commit 7873f3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/__tests__/QueryManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5388,11 +5388,6 @@ describe("QueryManager", () => {
);
expect(observable.getCurrentResult().data).toEqual(secondReqData);

await wait(10);

queryManager["queries"].forEach((_, queryId) => {
expect(queryId).not.toContain("legacyOneTimeQuery");
});

await expect(stream).not.toEmitAnything();
});
Expand Down

0 comments on commit 7873f3c

Please sign in to comment.