Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 10, 2023
1 parent 3324036 commit a47b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class ClassB:

error = target.getvalue()
assert "Unrecognized argument" in error
assert "Perhaps you meant::" in error
assert "Perhaps you meant:" in error
assert error.count("--reward.track") == 1
assert error.count("--help") == 3

Expand Down

0 comments on commit a47b2f8

Please sign in to comment.