Skip to content

Commit

Permalink
test: use correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 31, 2024
1 parent d96bbeb commit 43c0aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/utils/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
)
def test_convert_dipdir_cardinals(cardinal, expected):
assert conversion.convert_dipdir_cardinals(cardinal) == expected
assert conversion.convert_dipdir_terms(cardinal) == expected


@pytest.mark.parametrize(
Expand Down

0 comments on commit 43c0aaf

Please sign in to comment.