Skip to content

Commit

Permalink
cleanup: remove non-existing bazel.sync.collect.virtual.includes.hint…
Browse files Browse the repository at this point in the history
…s key
  • Loading branch information
ujohnny committed Dec 18, 2024
1 parent 9477624 commit 3b55533
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private static TargetMap getTargetMap() {
@Override
protected void initTest(Container applicationServices, Container projectServices) {
Registry.get("bazel.sync.resolve.virtual.includes").setValue(true);
Registry.get("bazel.sync.collect.virtual.includes.hints").setValue(false);

pathResolver =
new ExecutionRootPathResolver(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ protected void initTest(Container applicationServices, Container projectServices
applicationServices.register(ExperimentService.class, new MockExperimentService());

Registry.get("bazel.sync.resolve.virtual.includes").setValue(true);
Registry.get("bazel.sync.collect.virtual.includes.hints").setValue(true);

applicationServices.register(QuerySyncSettings.class, new QuerySyncSettings());

Expand Down

0 comments on commit 3b55533

Please sign in to comment.