mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 10:50:50 +00:00
test: small improvements to test clarity
This commit is contained in:
@@ -288,7 +288,7 @@ def test_jsondatahandler_trades_load(testdatadir, caplog):
|
||||
dh.trades_load("XRP/ETH", TradingMode.SPOT)
|
||||
assert not log_has(logmsg, caplog)
|
||||
|
||||
# Test conversation is happening
|
||||
# Test conversion is happening
|
||||
dh.trades_load("XRP/OLD", TradingMode.SPOT)
|
||||
assert log_has(logmsg, caplog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user