Skip to content

Commit

Permalink
Fix backported fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 7, 2025
1 parent 7ad9674 commit e1f22f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def aiida_profile_clean(clear_database):
@pytest.fixture
def aiida_code_installed(aiida_local_code_factory):

def _code(filepath_executable):
def _code(filepath_executable, default_calc_job_plugin):
return aiida_local_code_factory(
executable=filepath_executable, entry_point=filepath_executable
executable=filepath_executable, entry_point=default_calc_job_plugin
)

return _code
Expand Down

0 comments on commit e1f22f7

Please sign in to comment.