fix typo
This commit is contained in:
parent
3bf2015716
commit
6996be5fb0
2 changed files with 2 additions and 4 deletions
|
@ -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.Test
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
package org.domaindrivenarchitecture.provs.cofiguration.domain
|
||||
package org.domaindrivenarchitecture.provs.configuration.domain
|
||||
|
||||
import io.mockk.*
|
||||
import org.domaindrivenarchitecture.provs.configuration.domain.TargetCliCommand
|
||||
import org.domaindrivenarchitecture.provs.framework.core.Prov
|
||||
import org.domaindrivenarchitecture.provs.framework.core.Secret
|
||||
import org.domaindrivenarchitecture.provs.framework.core.cli.createProvInstance
|
Loading…
Reference in a new issue