Skip to content

Commit 7b6e8f1

Browse files
committed
Revert
1 parent ea6ef8e commit 7b6e8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ open class TestCaseGenerator(
6767

6868
init {
6969
if (!isCanceled()) {
70-
classpath?.let { checkFrameworkDependencies(it) }
70+
checkFrameworkDependencies(dependencyPaths)
7171

7272
logger.trace("Initializing ${this.javaClass.name} with buildDir = $buildDir, classpath = $classpath")
7373

0 commit comments

Comments
 (0)