Skip to content

Commit 7e4c606

Browse files
committed
Fix typo
1 parent 259e5ed commit 7e4c606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/atoms/test_atoms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_atom_1h() -> None:
3131

3232
def test_atom_mass_and_weight_are_masses() -> None:
3333
# Check that the unit ('Da') is correctly parsed.
34-
atom = scn.atoms.atom.for_isotope('3He')
34+
atom = scn.atoms.Atom.for_isotope('3He')
3535
atom.atomic_weight.to(unit='kg')
3636
atom.atomic_mass.to(unit='kg')
3737
assert True

0 commit comments

Comments
 (0)