Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored Dec 10, 2024
1 parent b8cbe8a commit ffe1438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ert/ui_tests/gui/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ def _evaluate(coeffs, x):


@pytest.fixture
def esmda_has_run(esmda_run, tmp_path, monkeypatch):
def esmda_has_run(_esmda_run, tmp_path, monkeypatch):
monkeypatch.chdir(tmp_path)
shutil.copytree(esmda_run, tmp_path, dirs_exist_ok=True)
shutil.copytree(_esmda_run, tmp_path, dirs_exist_ok=True)
with (
_open_main_window(tmp_path / "poly.ert") as (
gui,
Expand Down

0 comments on commit ffe1438

Please sign in to comment.