test: align dashboard fixture with May 18 evidence

This commit is contained in:
Affaan Mustafa
2026-05-17 22:29:06 -04:00
parent d1c4ca4c7f
commit d14191bed8
2 changed files with 10 additions and 3 deletions

View File

@@ -417,7 +417,7 @@ function linearProgressStatus(context) {
function linearProgressEvidence(context) {
if (hasCurrentLinearProgressSync(context)) {
return 'Linear live sync and project progress snapshot are current; progress-sync contract defines the file-backed work-items/status path';
return 'Linear live sync and project progress surface are current; progress-sync contract defines the file-backed work-items/status path';
}
return 'repo mirror and progress-sync contract are present';