Skip to content

Commit aa3fbae

Browse files
committed
Ide classpath
1 parent 9fd7df6 commit aa3fbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/UtTestsDialogProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ object UtTestsDialogProcessor {
142142
val testCaseGenerator = TestCaseGenerator(
143143
Paths.get(buildDir),
144144
classpath,
145-
pluginJarsPath.joinToString(separator = File.pathSeparator),
145+
classpath,
146146
isCanceled = { indicator.isCanceled }
147147
)
148148

0 commit comments

Comments
 (0)