File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ import org.utbot.intellij.plugin.models.jUnit5LibraryDescriptor
123
123
import org.utbot.intellij.plugin.models.jUnit5ParametrizedTestsLibraryDescriptor
124
124
import org.utbot.intellij.plugin.models.mockitoCoreLibraryDescriptor
125
125
import org.utbot.intellij.plugin.models.packageName
126
- import org.utbot.intellij.plugin.models.testNgLibraryDescriptor
126
+ import org.utbot.intellij.plugin.models.testNgNewLibraryDescriptor
127
+ import org.utbot.intellij.plugin.models.testNgOldLibraryDescriptor
127
128
import org.utbot.intellij.plugin.settings.Settings
128
129
import org.utbot.intellij.plugin.ui.components.CodeGenerationSettingItemRenderer
129
130
import org.utbot.intellij.plugin.ui.components.TestFolderComboWithBrowseButton
You can’t perform that action at this time.
0 commit comments