diff --git a/tests/cohp/test_describe.py b/tests/cohp/test_describe.py index bcc8edad..b9e9d3aa 100644 --- a/tests/cohp/test_describe.py +++ b/tests/cohp/test_describe.py @@ -438,7 +438,9 @@ def test_warnings(self): ) assert ( str(w3[0].message) - == "Consider rerunning the calc with the minimum basis as well. Choosing is larger basis set is recommended if you see a significant improvement of the charge spilling and material has non-zero band gap." + == "Consider rerunning the calc with the minimum basis as well. " + "Choosing is larger basis set is recommended if you see a significant " + "improvement of the charge spilling and material has non-zero band gap." ) calc_des3 = Description.get_calc_quality_description(calc_quality_warnings3)