Skip to content

Commit

Permalink
fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 4, 2024
1 parent 5ef0262 commit a280d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_robotreason.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_reasoner(reasoner: str, err_list: list) -> list:
errors = test_reasoner(reasoner, errors)

if errors:
raise AssertionError(f"Test failed for resoners: {', '.join(errors)}")
raise AssertionError(f"Test failed for reasoners: {', '.join(errors)}")

0 comments on commit a280d36

Please sign in to comment.