Skip to content

Commit 7d28093

Browse files
IDE fatal error during tests generation #68
Latch-related comment for the future
1 parent a2f9c7f commit 7d28093

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ object TestGenerator {
301301
}
302302
}
303303
}
304+
//Note that reportsCountDown.countDown() has to be called in every generator implementation to complete whole process
304305
else -> TODO("Only model based code generator supported, but got: ${generator::class}")
305306
}
306307
}

0 commit comments

Comments
 (0)