mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix Line too long error
This commit is contained in:
parent
4a916125a0
commit
472e7f80a0
|
@ -96,7 +96,8 @@ def test_ohlcv_fill_up_missing_data2(caplog):
|
|||
# Column names should not change
|
||||
assert (data.columns == data2.columns).all()
|
||||
|
||||
assert log_has(f"Missing data fillup for UNITTEST/BTC: before: {len(data)} - after: {len(data2)}",
|
||||
assert log_has(f"Missing data fillup for UNITTEST/BTC: before: "
|
||||
f"{len(data)} - after: {len(data2)}",
|
||||
caplog.record_tuples)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user