Skip to content

Commit

Permalink
Fix updated paths in createQueryPreloader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 19, 2023
1 parent 4e02dc4 commit 3acbf58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
wait,
} from "../../../testing";
import { expectTypeOf } from "expect-type";
import { QueryReference, unwrapQueryRef } from "../../cache/QueryReference";
import { QueryReference, unwrapQueryRef } from "../../internal";
import { DeepPartial, Observable } from "../../../utilities";
import {
SimpleCaseData,
Expand Down

0 comments on commit 3acbf58

Please sign in to comment.