Skip to content

Commit

Permalink
FIX: Fix incorrect quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Jan 2, 2024
1 parent 8d47816 commit 32a77b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_added_degrees_units():
assert units('degrees_north').to_base_units().units == units.radian
assert units('degrees_east') == units('degrees')
assert units('degrees_east').to_base_units().units == units.radian
assert units("dBZ") == units("dB")
assert units('dBZ') == units('dB')


def test_is_quantity():
Expand Down

0 comments on commit 32a77b1

Please sign in to comment.