Improve some tests

This commit is contained in:
Matthias
2021-12-03 14:57:09 +01:00
parent 69f371bf63
commit 9421e6e61c
2 changed files with 13 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ from freqtrade.enums import CandleType
@pytest.mark.parametrize('input,expected', [
('', CandleType.SPOT),
('', CandleType.SPOT_),
('spot', CandleType.SPOT),
(CandleType.SPOT, CandleType.SPOT),
(CandleType.FUTURES, CandleType.FUTURES),