mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
test: update test for new status table behavior
This commit is contained in:
@@ -310,7 +310,7 @@ def test_rpc_status_table(default_conf, ticker, fee, mocker, time_machine) -> No
|
|||||||
)
|
)
|
||||||
assert "now" == result[0][2]
|
assert "now" == result[0][2]
|
||||||
assert "ETH/BTC" in result[0][1]
|
assert "ETH/BTC" in result[0][1]
|
||||||
assert "nan%" == result[0][3]
|
assert "N/A" == result[0][3]
|
||||||
assert isnan(fiat_profit_sum)
|
assert isnan(fiat_profit_sum)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user