Skip to content

Commit

Permalink
Fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed May 14, 2021
1 parent 9dd725b commit 013b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/function_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def wrapped(self, message, arg1, arg2, flag):

# If an incorrect argument is passed, the error and help string should be returned.
def mocked_reply(message, response):
assert "no such option: --nonexistent-arg" in response
assert "No such option: --nonexistent-arg" in response
assert f.docstring in response

f.plugin = ExamplePlugin().initialize(Driver(), Settings())
Expand Down

0 comments on commit 013b852

Please sign in to comment.