Skip to content

Commit d57801e

Browse files
committed
Adapt test so that "oedb" is checked as well ("local" is checked in docstring test)
1 parent 3a6ed88 commit d57801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data_handling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_broken_pwr_curve(self):
7878

7979
def test_get_turbine_types(self, capsys):
8080
"""Test the `get_turbine_types` function."""
81-
get_turbine_types()
81+
get_turbine_types(turbine_library="oedb")
8282
captured = capsys.readouterr()
8383
assert "Enercon" in captured.out
8484
get_turbine_types("oedb", print_out=False, filter_=False)

0 commit comments

Comments
 (0)