Skip to content

Commit d2770f3

Browse files
committed
Fix file path
1 parent 1546e10 commit d2770f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/indicators/test_stochastic_oscillator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Test(TestBaseline):
1111
correct_output_csv_filename = \
12-
"STOCHASTIC_OSCILLATOR_BTC-EUR_BINANCE_15m_2023-12-01:00:00_2023-12-25:00:00.csv"
12+
"STOCHASTIC_OSCILLATOR_BTC-EUR_BINANCE_15m_2023-12-01-00-00_2023-12-25-00-00.csv"
1313

1414
def generate_pandas_df(self, polars_source_df):
1515
polars_source_df = stochastic_oscillator(

0 commit comments

Comments
 (0)