Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 9, 2025
1 parent 115a403 commit 7da19e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_calculation_history.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import pytest


@pytest.mark.usefixtures("aiida_profile_clean")
def test_calculation_history(generate_qeapp_workchain):
from aiidalab_qe.app.utils.search_jobs import CalculationHistory
Expand All @@ -9,4 +10,4 @@ def test_calculation_history(generate_qeapp_workchain):

calculation_history = CalculationHistory()
calculation_history.load_table()
assert len(calculation_history.table.data) == 1
assert len(calculation_history.table.data) == 1

0 comments on commit 7da19e2

Please sign in to comment.