Skip to content

Commit

Permalink
[bugfix] Fix redundant test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Mar 31, 2024
1 parent b5de44b commit 8ca8607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/recognizers/test_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_parse_without_confidence(

@patch(f"{CLASS_UNDER_TEST}.find_best_hypothesis")
@patch(f"{CLASS_UNDER_TEST}.convert_to_result")
def test_parse_without_confidence(
def test_parse_with_confidence(
self, convert_to_result, find_best_hypothesis
):
convert_to_result.return_value = {"alternative": "dummy3"}
Expand Down

0 comments on commit 8ca8607

Please sign in to comment.