mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Rename informative_pair test
This commit is contained in:
parent
b14873400d
commit
2745a5d334
|
@ -63,7 +63,7 @@ def test_merge_informative_pair():
|
|||
assert result.iloc[8]['date_1h'] is pd.NaT
|
||||
|
||||
|
||||
def test_merge_informative_pair_high_tf():
|
||||
def test_merge_informative_pair_monthly():
|
||||
# Covers roughly 2 months - until 2023-01-10
|
||||
data = generate_test_data('1h', 1040, '2022-11-28')
|
||||
informative = generate_test_data('1M', 40, '2022-01-01')
|
||||
|
|
Loading…
Reference in New Issue
Block a user