diff --git a/test/phonon3/test_displacements.py b/test/phonon3/test_displacements.py index 4ce01bbb..74238f6c 100644 --- a/test/phonon3/test_displacements.py +++ b/test/phonon3/test_displacements.py @@ -89,7 +89,7 @@ def test_random_disps_agno2( distance: Optional[float], number_of_snapshots: Union[int, Literal["auto"]], ): - """Test duplicated pairs of displacements.""" + """Test random displacements.""" pytest.importorskip("symfc") ph3 = phono3py.load(unitcell=agno2_cell, supercell_matrix=[2, 1, 2])