Skip to content

Commit 9347c88

Browse files
authored
Merge pull request #50 from yassun7010/update_format
style: format.
2 parents b8c4dfc + 753e1a6 commit 9347c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turu-snowflake/tests/turu/test_snowflake_mock_async.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ async def test_execute_map_fetchmany(
4141
):
4242
expected = [Row(1), Row(2)]
4343
(
44-
mock_async_connection.inject_response(Row, expected).inject_response(
45-
Row, expected
46-
)
44+
mock_async_connection.chain()
45+
.inject_response(Row, expected)
46+
.inject_response(Row, expected)
4747
)
4848

4949
cursor = await mock_async_connection.execute_map(

0 commit comments

Comments
 (0)