We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EvaluateCommandTest
1 parent 4d107cb commit 950dfceCopy full SHA for 950dfce
plugins/commands/evaluator/src/test/kotlin/EvaluatorCommandTest.kt renamed to plugins/commands/evaluator/src/test/kotlin/EvaluateCommandTest.kt
@@ -34,7 +34,7 @@ import org.ossreviewtoolkit.utils.ort.ORT_CONFIG_DIR_ENV_NAME
34
import org.ossreviewtoolkit.utils.ort.ORT_EVALUATOR_RULES_FILENAME
35
import org.ossreviewtoolkit.utils.ort.ortConfigDirectory
36
37
-class EvaluatorCommandTest : StringSpec({
+class EvaluateCommandTest : StringSpec({
38
"If no rules are specified / exist at all, the status code should be 1" {
39
val args = "--check-syntax".split(' ')
40
0 commit comments