diff --git a/tests/analysis/interfaces/test_coherent_interface.py b/tests/analysis/interfaces/test_coherent_interface.py index b95e330815a..bbb7c0734e2 100644 --- a/tests/analysis/interfaces/test_coherent_interface.py +++ b/tests/analysis/interfaces/test_coherent_interface.py @@ -71,4 +71,4 @@ def test_termination_searching(self): self.assertTrue(cib.terminations == [('1_Ge_P4/mmm_1', '1_Si_P4/mmm_1'),\ ('1_Ge_P4/mmm_1', '2_Si_P4/mmm_1'),\ ('2_Ge_P4/mmm_1', '1_Si_P4/mmm_1'),\ - ('2_Ge_P4/mmm_1', '2_Si_P4/mmm_1')],\ 'termination results wrong') + ('2_Ge_P4/mmm_1', '2_Si_P4/mmm_1')], 'termination results wrong')