From b06c4f13babc75cc73ab51b4287f113df95048a7 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Fri, 6 Sep 2024 15:33:08 +0200 Subject: [PATCH] Fix test docstring --- tests/particle/test_particle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/particle/test_particle.py b/tests/particle/test_particle.py index 5951d32d..354836e6 100644 --- a/tests/particle/test_particle.py +++ b/tests/particle/test_particle.py @@ -741,7 +741,7 @@ def test_eq_non_unique_pdgids(pdgid1, pdgid2): ], ) def test_from_name_non_unique_pdgids(name, pdgid): - """The proton and the neutron have two pdgid representations, make sure they still compare equal""" + """Test that Particle.fromn_name works for p and n, returning the preferred version""" p = Particle.from_name(name) assert p.name == name