Skip to content
Snippets Groups Projects
Commit 65f6f727 authored by salma-samy's avatar salma-samy
Browse files

fix test

parent 4845423d
No related merge requests found
......@@ -248,6 +248,7 @@ public class RepositoryDelegatorTest extends FoundationTestCase {
SkyFunctions.MODULE_FILE,
new ModuleFileFunction(registryFactory, rootPath, ImmutableMap.of()))
.put(SkyFunctions.BAZEL_DEP_GRAPH, new BazelDepGraphFunction())
.put(SkyFunctions.BAZEL_LOCK_FILE, new BazelLockFileFunction(rootDirectory))
.put(SkyFunctions.BAZEL_MODULE_RESOLUTION, new BazelModuleResolutionFunction())
.put(
BzlmodRepoRuleValue.BZLMOD_REPO_RULE,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment