Skip to content

Commit

Permalink
Delete unused fixture get_ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda authored Sep 3, 2024
1 parent f2c5ca0 commit 8395bbf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/unit_tests/test_libres_facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ def empty_case(facade, storage):
)


@pytest.fixture
def get_ensemble(storage):
def getter(name):
storage.refresh()
ensemble_id = storage.get_ensemble_by_name(name)
return storage.get_ensemble(ensemble_id)

return getter


def test_keyword_type_checks(snake_oil_default_storage):
assert "BPR:1,3,8" in snake_oil_default_storage.get_summary_keyset()

Expand Down

0 comments on commit 8395bbf

Please sign in to comment.