Skip to content

Commit

Permalink
Fix cpp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak committed Dec 12, 2024
1 parent 2eb155e commit 6feca1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ public void testExternalDependencyResolvedWhenIsPartOfProject() throws IOExcepti
"//:toolchain"))
.build();

File externalRoot = WorkspaceHelper.getExternalSourceRoot(
File externalRoot = WorkspaceHelper.getExternalSourceRoot(project,
BlazeProjectDataManager.getInstance(project).getBlazeProjectData()).toFile();

File spyExternalDependencyRoot = spy(new File(externalRoot, "external_dependency"));
Expand Down

0 comments on commit 6feca1b

Please sign in to comment.