Skip to content

Commit 0ef9335

Browse files
authored
Add an __init__.py file to generated unit test dir as fix for #263 (#270)
1 parent 5b2a9ca commit 0ef9335

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gapic-generator/gapic/samplegen/samplegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Validator:
229229

230230
# TODO(dovs): make the schema a required param.
231231
def __init__(self, method: wrappers.Method, api_schema=None):
232-
# The response ($resp) variable is special and guaranteed to exist.
232+
# The response ($resp) variable is special and guaranteed to exist.
233233
self.method = method
234234
self.request_type_ = method.input
235235
response_type = method.output

packages/gapic-generator/gapic/templates/tests/unit/%name_%version/%sub/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)