Skip to content

Commit

Permalink
Merge pull request #281 from MichaelDecent/dev-0.4.1.x
Browse files Browse the repository at this point in the history
fixed the test_call function of AutomatedReadabilityIndex_test.py
  • Loading branch information
cobycloud authored Aug 29, 2024
2 parents ddf0401 + c78e951 commit f528b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/AutomatedReadabilityIndex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def test_initialization():
@pytest.mark.unit
def test_call():
tool = Tool()
assert tool(10, 10) == str(20)
assert tool({'input_text': 'The quick brown fox jumps over the lazy dog.'}) == 2.14

0 comments on commit f528b66

Please sign in to comment.