Skip to content

Commit

Permalink
slight change to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Feb 12, 2024
1 parent 0612e15 commit 24e9641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_uregistry_with_none(value, unit):
assert ureg.magnitude == value
if None in (value if isinstance(value, (list, tuple)) else [value]):
with pytest.raises(TypeError):
ureg + ureg
eval(ureg.__add__)


def test_get_possible_rt_keys_is_list():
Expand Down

0 comments on commit 24e9641

Please sign in to comment.