Fix Line too long error

This commit is contained in:
Matthias 2019-06-15 16:58:17 +02:00
parent 4a916125a0
commit 472e7f80a0
1 changed files with 2 additions and 1 deletions

View File

@ -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)