Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YannanGao-gs committed Oct 19, 2024
1 parent 897852a commit b505283
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,9 @@ export class ExistingQueryEditorStore extends QueryEditorStore {
exec.mapping.value,
);
classQueryBuilderState.executionContextState.setRuntimeValue(
exec.runtime.value,
new RuntimePointer(
PackageableElementExplicitReference.create(exec.runtime.value),
),
);
return classQueryBuilderState;
}
Expand Down

0 comments on commit b505283

Please sign in to comment.