Skip to content

Commit a2f9c7f

Browse files
IDE fatal error during tests generation #68
Cleanup
1 parent 4da474f commit a2f9c7f

File tree

1 file changed

+1
-1
lines changed
  • utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object TestGenerator {
8585
private fun run(target: Target, runnable: Runnable) {
8686
UtContext.currentContext()?.let {
8787
when (target) {
88-
THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit{
88+
THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit {
8989
withUtContext(it) {
9090
runnable.run()
9191
}

0 commit comments

Comments
 (0)