Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Dec 13, 2024
1 parent f8c87fd commit c96a3a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/antares/services/local_services/test_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,7 @@ def test_read_links_local(self, local_study_w_links):
assert isinstance(link.properties.filter_year_by_year, set)
assert isinstance(link.properties.filter_synthesis, set)


class TestReadSTstorage:
def test_read_storage_local(self, local_study_w_thermal):
# TODO not finished at all, just here to validate area.read_st_storage
Expand All @@ -1440,5 +1441,3 @@ def test_read_storage_local(self, local_study_w_thermal):
for area in areas:
with pytest.raises(NotImplementedError):
storage_list = area.read_st_storages()


0 comments on commit c96a3a2

Please sign in to comment.