We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8179a + 9347c88 commit c4a47c6Copy full SHA for c4a47c6
turu-snowflake/tests/turu/test_snowflake_mock_async.py
@@ -41,9 +41,9 @@ async def test_execute_map_fetchmany(
41
):
42
expected = [Row(1), Row(2)]
43
(
44
- mock_async_connection.inject_response(Row, expected).inject_response(
45
- Row, expected
46
- )
+ mock_async_connection.chain()
+ .inject_response(Row, expected)
47
)
48
49
cursor = await mock_async_connection.execute_map(
0 commit comments