Skip to content

Commit

Permalink
Adapt test so that "oedb" is checked as well ("local" is checked in d…
Browse files Browse the repository at this point in the history
…ocstring test)
  • Loading branch information
birgits committed Feb 1, 2024
1 parent 3a6ed88 commit d57801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data_handling.py
Expand Up @@ -78,7 +78,7 @@ def test_broken_pwr_curve(self):

def test_get_turbine_types(self, capsys):
"""Test the `get_turbine_types` function."""
get_turbine_types()
get_turbine_types(turbine_library="oedb")
captured = capsys.readouterr()
assert "Enercon" in captured.out
get_turbine_types("oedb", print_out=False, filter_=False)
Expand Down

0 comments on commit d57801e

Please sign in to comment.