Skip to content

Commit 950dfce

Browse files
committed
test(commands): Rename to verb-based EvaluateCommandTest
This is a fixup for f054ed9. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 4d107cb commit 950dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/commands/evaluator/src/test/kotlin/EvaluatorCommandTest.kt renamed to plugins/commands/evaluator/src/test/kotlin/EvaluateCommandTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import org.ossreviewtoolkit.utils.ort.ORT_CONFIG_DIR_ENV_NAME
3434
import org.ossreviewtoolkit.utils.ort.ORT_EVALUATOR_RULES_FILENAME
3535
import org.ossreviewtoolkit.utils.ort.ortConfigDirectory
3636

37-
class EvaluatorCommandTest : StringSpec({
37+
class EvaluateCommandTest : StringSpec({
3838
"If no rules are specified / exist at all, the status code should be 1" {
3939
val args = "--check-syntax".split(' ')
4040

0 commit comments

Comments
 (0)