Minor: rename files

This commit is contained in:
Natalia Selezneva
2020-04-16 16:48:09 +03:00
parent 217696fad5
commit b472e915e6
2 changed files with 1 additions and 1 deletions
@@ -436,6 +436,6 @@ object DefaultScriptConfigurationManagerExtensions {
} }
val ScriptConfigurationManager.testingBackgroundExecutor val ScriptConfigurationManager.testingBackgroundExecutor
get() = (this as CompositeManager).managers get() = (this as CompositeScriptConfigurationManager).managers
.firstIsInstance<DefaultScriptingSupport>() .firstIsInstance<DefaultScriptingSupport>()
.backgroundExecutor as TestingBackgroundExecutor .backgroundExecutor as TestingBackgroundExecutor