We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da474f commit a2f9c7fCopy full SHA for a2f9c7f
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/TestGenerator.kt
@@ -85,7 +85,7 @@ object TestGenerator {
85
private fun run(target: Target, runnable: Runnable) {
86
UtContext.currentContext()?.let {
87
when (target) {
88
- THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit{
+ THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit {
89
withUtContext(it) {
90
runnable.run()
91
}
0 commit comments