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])
|
@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:
|
def test_refresh_latest_trades(mocker, default_conf, caplog, candle_type, tmp_path) -> None:
|
||||||
# TODO: mock cached trades
|
|
||||||
trades = [
|
trades = [
|
||||||
{
|
{
|
||||||
# unix timestamp ms
|
# unix timestamp ms
|
||||||
|
|||||||
Reference in New Issue
Block a user