Skip to content

Commit

Permalink
Update test_issues.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored Jul 8, 2024
1 parent 1cb8ba4 commit 081a371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pint/testsuite/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def test_micro_creation_U03bc(self, module_registry):
def test_micro_creation_U00b5(self, module_registry):
module_registry.Quantity(2, "µm")

def test_micro_creation_U2113(self, module_registry):
def test_liter_creation_U2113(self, module_registry):
module_registry.Quantity(2, "ℓ")

@helpers.requires_numpy
Expand Down

0 comments on commit 081a371

Please sign in to comment.