mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
test_refresh_latest_trades: removes TODO
This commit is contained in:
@@ -2375,7 +2375,6 @@ def test_refresh_latest_ohlcv(mocker, default_conf, caplog, candle_type) -> None
|
||||
|
||||
@pytest.mark.parametrize("candle_type", [CandleType.FUTURES, CandleType.MARK, CandleType.SPOT])
|
||||
def test_refresh_latest_trades(mocker, default_conf, caplog, candle_type, tmp_path) -> None:
|
||||
# TODO: mock cached trades
|
||||
trades = [
|
||||
{
|
||||
# unix timestamp ms
|
||||
|
||||
Reference in New Issue
Block a user