Skip to content

Commit b586a93

Browse files
authored
chore(librarian): fix typo in state.yaml (#14627)
This PR fixes a typo in `state.yaml` which caused `tests/unit/test_helpers.py` not to be preserved in `google-cloud-vision`: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-vision/tests/unit/test_helpers.py
1 parent aebf342 commit b586a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ libraries:
11281128
- samples/snippets/README.rst
11291129
- tests/system
11301130
- tests/unit/test_decorators.py
1131-
- tests/unit/tests_helpers.py
1131+
- tests/unit/test_helpers.py
11321132
remove_regex:
11331133
- packages/google-cloud-vision
11341134
tag_format: '{id}-v{version}'

0 commit comments

Comments
 (0)