We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e596c95 commit 56de0ebCopy full SHA for 56de0eb
hermetic_build/common/tests/model/generation_config_unit_tests.py
@@ -132,7 +132,7 @@ def test_is_monorepo_with_one_library_explicit_set_true(self):
132
gapic_generator_version="",
133
googleapis_commitish="",
134
libraries=[library_1],
135
- monorepo=True
+ monorepo=True,
136
)
137
self.assertTrue(config.is_monorepo())
138
@@ -141,7 +141,7 @@ def test_is_monorepo_with_two_libraries_returns_true(self):
141
142
143
libraries=[library_1, library_2],
144
145
146
147
0 commit comments