Skip to content

Commit b9c5640

Browse files
author
dmitry.naydanov
committed
Sbt annotator test fixed
1 parent c3274df commit b9c5640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/org/jetbrains/sbt/annotator/SbtAnnotatorTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ abstract class SbtAnnotatorTestBase extends AnnotatorTestBase with MockSbt {
8686
projectSettings.setExternalProjectPath(getProject.getBasePath)
8787
projectSettings.setModules(java.util.Collections.singleton(getModule.getModuleFilePath))
8888
SbtSystemSettings.getInstance(getProject).linkProject(projectSettings)
89-
// getModule.setOption(ExternalSystemConstants.ROOT_PROJECT_PATH_KEY, getProject.getBasePath)
89+
getModule.setOption("external.root.project.path", getProject.getBasePath) // todo get rid of the deprecated method call
9090
}
9191

9292
private def addTestFileToModuleSources(): Unit = {

0 commit comments

Comments
 (0)