diff --git a/tests/test_result.py b/tests/test_result.py index 5faf4f66..3bc2e7f8 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -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")