Skip to content

Commit 2053749

Browse files
committed
fix test case.
1 parent bb6cae6 commit 2053749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermetic_build/library_generation/tests/generate_repo_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_get_target_library_given_an_non_existent_library_returns_only_existing_
5959
def test_get_target_library_returns_selected_api_path(self):
6060
one_library = GenerateRepoTest.__get_an_empty_library_config()
6161
one_library.api_shortname = "one_library"
62-
one_library.gapic_configs = [GapicConfig("google/cloud/one/library")]
62+
one_library.gapic_configs = [GapicConfig("google/cloud/one/library/v1")]
6363
another_library = GenerateRepoTest.__get_an_empty_library_config()
6464
another_library.api_shortname = "another_library"
6565
another_library_gapic_config = list()

0 commit comments

Comments
 (0)