Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 4de6105

Browse files
authored
Add an __init__.py file to generated unit test dir as fix for #263 (#270)
1 parent ccfd2d3 commit 4de6105

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Whitespace-only changes.

0 commit comments

Comments
 (0)