Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit d9b5889

Browse files
committed
better home
1 parent 56c72e8 commit d9b5889

File tree

1 file changed

+1
-3
lines changed
  • src/test/kotlin/io/openapiprocessor/core/support

1 file changed

+1
-3
lines changed

src/test/kotlin/io/openapiprocessor/core/misc/PathSpec.kt renamed to src/test/kotlin/io/openapiprocessor/core/support/PathSpec.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@
1414
* limitations under the License.
1515
*/
1616

17-
package io.openapiprocessor.core.misc
17+
package io.openapiprocessor.core.support
1818

1919
import io.kotest.core.spec.style.StringSpec
2020
import io.kotest.data.forAll
2121
import io.kotest.data.row
2222
import io.kotest.matchers.shouldBe
2323
import io.openapiprocessor.core.NotWindows
2424
import io.openapiprocessor.core.Windows
25-
import io.openapiprocessor.core.support.toURL
26-
2725

2826
class PathSpec: StringSpec({
2927

0 commit comments

Comments
 (0)