Skip to content

Commit

Permalink
Merge pull request #26 from alliander-opensource/mappings-unit-tests
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bramstoeller authored Oct 14, 2022
2 parents 2556103 + bb3c974 commit 87e6fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mappings/test_unit_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_set_mapping__invalid_si_to_si_mapping():
mapping.set_mapping(mapping=units)


def test_set_unit_multiplier(units: Units):
def test_get_unit_multiplier(units: Units):
# Arrange
mapping = UnitMapping(mapping=units)

Expand Down

0 comments on commit 87e6fcd

Please sign in to comment.