summaryrefslogtreecommitdiffstats
path: root/tests/openbb_terminal/forecast/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openbb_terminal/forecast/conftest.py')
-rw-r--r--tests/openbb_terminal/forecast/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openbb_terminal/forecast/conftest.py b/tests/openbb_terminal/forecast/conftest.py
index f1b8632722b..6c984bbc956 100644
--- a/tests/openbb_terminal/forecast/conftest.py
+++ b/tests/openbb_terminal/forecast/conftest.py
@@ -34,7 +34,7 @@ def test_model(model, data, *args, **kwargs):
return predict_list, MAPE
-# make same fuction but for anomaly detection model
+# make same function but for anomaly detection model
def test_anom_model(model, data, *args, **kwargs):
ticker_series, anom_score, binary_anom = model(data, *args, **kwargs)
return ticker_series, anom_score, binary_anom