mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[Gradle|Test|Kotlin] Chore: add argument name
KTIJ-34431 GitOrigin-RevId: 637686efa1d299cc2818b12d46044114013b4cc1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c572041056
commit
1acaff61c3
@@ -23,7 +23,7 @@ abstract class GradleJavaNewProjectWizardTestCase : GradleNewProjectWizardTestCa
|
||||
Assertions.assertTrue(projectInfo.composites.isEmpty(), "NPW cannot create composite projects please use initProject instead.")
|
||||
val rootModuleInfo = projectInfo.rootModule
|
||||
return createProjectByWizard(JAVA) {
|
||||
configureWizardStepSettings(this, rootModuleInfo, null)
|
||||
configureWizardStepSettings(this, rootModuleInfo, parentData = null)
|
||||
}.withProjectAsync { project ->
|
||||
val parentPath = testPath.resolve(projectInfo.relativePath).toCanonicalPath()
|
||||
val parentData = ExternalSystemApiUtil.findProjectNode(project, GradleConstants.SYSTEM_ID, parentPath)!!
|
||||
|
||||
Reference in New Issue
Block a user