[python] Fix Typo in Model Test (#18953)

This commit is contained in:
Cameron Koegel 2024-06-17 23:59:17 -04:00 committed by GitHub
parent 18b4bcba0d
commit abc4461e88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class Test{{classname}}(unittest.TestCase):
def make_instance(self, include_optional) -> {{classname}}:
"""Test {{classname}}
include_option is a boolean, when False only required
include_optional is a boolean, when False only required
params are included, when True both required and
optional params are included """
# uncomment below to create an instance of `{{{classname}}}`