Skip to content

Commit 12c95ae

Browse files
fix for tests in github CI
Case mismatch "validation PASSED" → "Validation PASSED"
1 parent f458b48 commit 12c95ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/lifecycle-agent-orchestrator/tests/validate-project-skills.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FIXTURES="$(cd "$(dirname "$BATS_TEST_FILENAME")" && pwd)/fixtures"
88
@test "valid project passes with 0 failures" {
99
run "$SCRIPT" "$FIXTURES/valid-project"
1010
[ "$status" -eq 0 ]
11-
[[ "$output" == *"validation PASSED"* ]]
11+
[[ "$output" == *"Validation PASSED"* ]]
1212
[[ "$output" != *""* ]]
1313
}
1414

0 commit comments

Comments
 (0)