Skip to content

Commit d4b1834

Browse files
committed
Fixing comments
1 parent 2f3026a commit d4b1834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unittests/test_mock_generic_functions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ async def test_mock_generic_should_not_support_implicit_output(self):
140140
)
141141
]
142142
)
143-
# It should fail here, since generic binding requires
144-
# $return statement in function.json to pass output
143+
# It passes now as we are enabling generic binding to return output
144+
# implicitly
145145
self.assertEqual(r.response.result.status,
146146
protos.StatusResult.Success)
147147

@@ -166,7 +166,7 @@ async def test_mock_generic_should_support_without_datatype(self):
166166
)
167167
]
168168
)
169-
# It should fail here, since the generic binding requires datatype
170-
# to be defined in function.json
169+
# It passes now as we are enabling generic binding to return output
170+
# implicitly
171171
self.assertEqual(r.response.result.status,
172172
protos.StatusResult.Success)

0 commit comments

Comments
 (0)