Skip to content

Commit

Permalink
TestManager: use FAILURE result when checkAndInit fails
Browse files Browse the repository at this point in the history
ecoworks
  • Loading branch information
lokka30 committed Jan 5, 2025
1 parent 5a54585 commit ab5cc7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestManager(val plugin: Ecoworks) {
if (!canTest) {
resultConsumer.accept(
TestResult(
TestResult.Companion.Status.OBSERVATION,
TestResult.Companion.Status.FAILURE,
"checkAndInit",
DESCRIPTION_FAILED_INIT
)
Expand Down

0 comments on commit ab5cc7a

Please sign in to comment.