Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 7, 2025
1 parent 08d25f1 commit 0e592dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/archive_cache/test_archive_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ def test_enable_archive_cache_non_existent(
"""

inputs = {'diff': generate_diff_inputs()}
diff_code = aiida_code_installed(filepath_executable='diff')
diff_code = aiida_code_installed(
filepath_executable='diff', default_calc_job_plugin=CALC_ENTRY_POINT
)
diff_code.store()
inputs['diff']['code'] = diff_code

Expand Down

0 comments on commit 0e592dd

Please sign in to comment.