diff --git a/tests/test_pandas.py b/tests/test_pandas.py index 4036508..cb8e646 100644 --- a/tests/test_pandas.py +++ b/tests/test_pandas.py @@ -49,7 +49,7 @@ def country_code_to(): BASIC_QUERIES_SERIES = [ "query_day_ahead_prices", - "query_net_position_dayahead", + "query_net_position", "query_load", "query_load_forecast", ] diff --git a/tests/test_raw.py b/tests/test_raw.py index b4eff52..2a64f52 100644 --- a/tests/test_raw.py +++ b/tests/test_raw.py @@ -59,7 +59,7 @@ def country_code_to(): BASIC_QUERIES = [ "query_day_ahead_prices", - "query_net_position_dayahead", + "query_net_position", "query_load", "query_load_forecast", "query_wind_and_solar_forecast",