Skip to content

Commit

Permalink
IDE fatal error during tests generation #68
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Vassiliy-Kudryashov committed Jul 4, 2022
1 parent 4da474f commit a2f9c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object TestGenerator {
private fun run(target: Target, runnable: Runnable) {
UtContext.currentContext()?.let {
when (target) {
THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit{
THREAD_POOL -> AppExecutorUtil.getAppExecutorService().submit {
withUtContext(it) {
runnable.run()
}
Expand Down

0 comments on commit a2f9c7f

Please sign in to comment.