Skip to content

Commit 3543dfd

Browse files
committed
fix: net position method renaming
1 parent b119f4a commit 3543dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def country_code_to():
4949

5050
BASIC_QUERIES_SERIES = [
5151
"query_day_ahead_prices",
52-
"query_net_position_dayahead",
52+
"query_net_position",
5353
"query_load",
5454
"query_load_forecast",
5555
]

tests/test_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def country_code_to():
5959

6060
BASIC_QUERIES = [
6161
"query_day_ahead_prices",
62-
"query_net_position_dayahead",
62+
"query_net_position",
6363
"query_load",
6464
"query_load_forecast",
6565
"query_wind_and_solar_forecast",

0 commit comments

Comments
 (0)