Skip to content

Commit

Permalink
Add type hint in unit test
Browse files Browse the repository at this point in the history
Co-authored-by: kevin-orlando <[email protected]>
  • Loading branch information
tdurk93 and kevin-orlando authored Nov 10, 2023
1 parent 4b6cf74 commit 981bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilities/test_git_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ def test_current_branch_name_yields_unknown_due_to_io_error(
assert result == "UNKNOWN"


def test_configparser_can_read_origin_url_with_percent(mock_open_git_origin):
def test_configparser_can_read_origin_url_with_percent(mock_open_git_origin: MagicMock):
assert origin_url() == mock_git_origin_url

0 comments on commit 981bc07

Please sign in to comment.