Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Sep 6, 2024
1 parent 4fc161d commit 5fb08a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/particle/test_particle.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,8 @@ def test_eq_non_unique_pdgids(pdgid1, pdgid2):
def test_from_name_non_unique_pdgids(name, pdgid):
"""
Test that Particle.from_name works for p and n, returning the preferred quark representation
rather than the representation as a nucleus.
"""
rather than the representation as a nucleus.
"""

p = Particle.from_name(name)
assert p.name == name
Expand Down

0 comments on commit 5fb08a5

Please sign in to comment.