test input: use explicit package declaration (#345)

This commit is contained in:
Arun Babu Neelicattu
2022-03-03 14:34:53 +01:00
committed by GitHub
parent 74205e3319
commit bd69862a02
78 changed files with 141 additions and 37 deletions

View File

@@ -480,7 +480,7 @@ def test_iso_datetime_list():
def test_service_argument__expected_parameter():
from tests.output_betterproto.service.service import TestStub
from tests.output_betterproto.service import TestStub
sig = signature(TestStub.do_thing)
do_thing_request_parameter = sig.parameters["do_thing_request"]