We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8236d5 commit 0cc7554Copy full SHA for 0cc7554
.github/scripts/tests/test_commit_lint.py
@@ -611,7 +611,7 @@ def test_valid_test_file_changes():
611
Generic prefixes like "tests:" are acceptable for test-related changes.
612
"""
613
commit = make_commit(
614
- "tests: add unit test\n\nSigned-off-by: User",
+ "tests: test_router: add unit test\n\nSigned-off-by: User",
615
["tests/unit/test_router.c"]
616
)
617
ok, _ = validate_commit(commit)
0 commit comments