Skip to content

Commit

Permalink
Fix test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 6, 2024
1 parent 314d754 commit b06c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/particle/test_particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b06c4f1

Please sign in to comment.