style(tests): ruff format 修复 patch.object 参数换行(CI ruff format --check 失败)

This commit is contained in:
GitHub
2026-08-05 15:58:00 +08:00
parent 0490f67a16
commit 60bd0586f9
+1 -3
View File
@@ -767,9 +767,7 @@ class TestAsyncFundFlowEmptyFailover:
"good-host", 7709, 1.0, auto_reconnect=True, heartbeat_interval=0
)
with (
patch.object(
client, "_fetch_fund_flow_records", return_value=[flow]
) as mock_fetch,
patch.object(client, "_fetch_fund_flow_records", return_value=[flow]) as mock_fetch,
patch.object(client, "_fund_flow_failover") as mock_failover,
):
df = await client.get_history_fund_flow(Market.SH, "600519", 0, 10)