Skip to content

Commit

Permalink
test(workers): Fix the package of ExtensionsTest
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher authored and sschuberth committed Nov 17, 2024
1 parent 7ee16a2 commit ab0b5e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions workers/common/src/test/kotlin/common/ExtensionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License-Filename: LICENSE
*/

package org.eclipse.apoapsis.ortserver.workers.common.common
package org.eclipse.apoapsis.ortserver.workers.common

import com.fasterxml.jackson.databind.exc.MismatchedInputException

Expand All @@ -36,11 +36,6 @@ import org.eclipse.apoapsis.ortserver.config.Context
import org.eclipse.apoapsis.ortserver.config.Path
import org.eclipse.apoapsis.ortserver.model.OrtRun
import org.eclipse.apoapsis.ortserver.workers.common.context.WorkerContext
import org.eclipse.apoapsis.ortserver.workers.common.readConfigFile
import org.eclipse.apoapsis.ortserver.workers.common.readConfigFileValue
import org.eclipse.apoapsis.ortserver.workers.common.readConfigFileValueWithDefault
import org.eclipse.apoapsis.ortserver.workers.common.readConfigFileWithDefault
import org.eclipse.apoapsis.ortserver.workers.common.resolvedConfigurationContext

class ExtensionsTest : WordSpec({
data class ConfigClass(val name: String, val value: String)
Expand Down

0 comments on commit ab0b5e2

Please sign in to comment.