Skip to content

Commit be825a7

Browse files
committed
unit test updates
1 parent 56de0eb commit be825a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hermetic_build/library_generation/tests/utilities_unit_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,13 @@ def __get_a_gen_config(
343343
"""
344344
if combination == 1:
345345
libraries = [library_1]
346+
monorepo = False
346347
elif combination == 2:
347348
libraries = [library_1, library_2]
349+
monorepo = True
348350
else:
349351
libraries = [library_1, common_protos]
352+
monorepo = True
350353

351354
# update libraries with custom configuration (for now, only
352355
# library_type)
@@ -363,6 +366,7 @@ def __get_a_gen_config(
363366
gapic_generator_version="",
364367
googleapis_commitish="",
365368
libraries=libraries,
369+
monorepo=monorepo,
366370
)
367371

368372
@staticmethod

0 commit comments

Comments
 (0)