fixed test to work with yield

This commit is contained in:
Paul Gauthier 2024-04-28 13:26:29 -07:00
parent d889dfc879
commit 9bc8ed9227

View file

@ -304,6 +304,7 @@ Do this:
"""
coder.partial_response_function_call = dict()
return []
coder.send = MagicMock(side_effect=mock_send)