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 75c3420 commit 3c10ea5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/__tests__/QueryManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5311,9 +5311,6 @@ describe("QueryManager", () => {

await wait(10);

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

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

0 comments on commit 3c10ea5

Please sign in to comment.