Skip to content

Commit f27eab1

Browse files
committed
.r fix link in PR template guardrail test
1 parent 4c60f94 commit f27eab1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/docs/pr_template_guardrail_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ void main() {
1414

1515
expect(
1616
content,
17-
contains('docs/CODE_REVIEW.md'),
18-
reason: 'Template should link to the docs/CODE_REVIEW.md checklist.',
17+
contains('doc/CODE_REVIEW.md'),
18+
reason: 'Template should link to the doc/CODE_REVIEW.md checklist.',
1919
);
2020
expect(
2121
content,

0 commit comments

Comments
 (0)