This commit is contained in:
zwa 2022-02-06 20:32:19 +01:00
parent 3bf2015716
commit 6996be5fb0
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,5 @@
package org.domaindrivenarchitecture.provs.cofiguration.application package org.domaindrivenarchitecture.provs.configuration.application
import org.domaindrivenarchitecture.provs.configuration.application.parseTarget
import org.junit.jupiter.api.Assertions.* import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Test import org.junit.jupiter.api.Test

View file

@ -1,7 +1,6 @@
package org.domaindrivenarchitecture.provs.cofiguration.domain package org.domaindrivenarchitecture.provs.configuration.domain
import io.mockk.* import io.mockk.*
import org.domaindrivenarchitecture.provs.configuration.domain.TargetCliCommand
import org.domaindrivenarchitecture.provs.framework.core.Prov import org.domaindrivenarchitecture.provs.framework.core.Prov
import org.domaindrivenarchitecture.provs.framework.core.Secret import org.domaindrivenarchitecture.provs.framework.core.Secret
import org.domaindrivenarchitecture.provs.framework.core.cli.createProvInstance import org.domaindrivenarchitecture.provs.framework.core.cli.createProvInstance