[Gradle|Test|Kotlin] Chore: add argument name

KTIJ-34431

GitOrigin-RevId: 637686efa1d299cc2818b12d46044114013b4cc1
This commit is contained in:
Victoria.Petrakovich
2025-06-16 17:27:24 +02:00
committed by intellij-monorepo-bot
parent c572041056
commit 1acaff61c3

View File

@@ -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)!!