Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 26, 2024
1 parent 85678e1 commit 1413a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def test_summary_view(generate_qeapp_workchain):
# find the td with the text "Initial Magnetic Moments"
parameters = {
"Energy cutoff (wave functions)": "30.0 Ry",
"Total Charge": "0.0",
"Initial Magnetic Moments": "",
"Total charge": "0.0",
"Initial magnetic moments": "",
}
for key, value in parameters.items():
td = parsed.find("td", text=key).find_next_sibling("td")
Expand Down

0 comments on commit 1413a12

Please sign in to comment.