test: small improvements to test clarity

This commit is contained in:
Matthias
2026-01-02 11:41:18 +01:00
parent 8a33b71351
commit 4b278941b8
2 changed files with 9 additions and 9 deletions

View File

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