Skip to content

Commit 3fcab2f

Browse files
committed
Fix path reference
1 parent 35d085e commit 3fcab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/indicators/test_williams_r.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-
"WILLR_BTC-EUR_BINANCE_15m_2023-12-01:00:00_2023-12-25:00:00.csv"
12+
"WILLR_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 = willr(data=polars_source_df)

0 commit comments

Comments
 (0)