Skip to content

Commit

Permalink
Update tests/test_units.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Gierz <pgierz@mac.com>
  • Loading branch information
siligam and pgierz authored Jul 22, 2024
1 parent da7e624 commit fa6b796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_can_read_units(test_input):

@pytest.mark.parametrize("test_input", units_with_chemical_element)
def test_handle_chemicals(test_input):
"""Ensures the unit registry can add new units when parsed by ``handle_chemicals``."""
handle_chemicals(test_input)
ureg(test_input)

Expand Down

0 comments on commit fa6b796

Please sign in to comment.