chore: clean up running event loops after test

This commit is contained in:
Matthias
2025-01-06 13:10:02 +01:00
parent ee63e51cc5
commit a19872d640

View File

@@ -1053,3 +1053,6 @@ async def test__async_get_trade_history_id_binance(default_conf_usdt, mocker, fe
assert fetch_trades_cal[2][1]["params"][pagination_arg] != "0"
assert fetch_trades_cal[3][1]["params"][pagination_arg] != "0"
# Clean up event loop to avoid warnings
exchange.close()