Skip to content

Commit

Permalink
Update mock_commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresCdo committed Apr 20, 2023
1 parent 3d57aa0 commit 40ce195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mocks/mock_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

@command("function_based", "Function-based test command")
def function_based(arg1: int, arg2: str) -> str:
"""Test function-based command."""
# Return a string with the two arguments separated by a dash
return f"{arg1} - {arg2}"

0 comments on commit 40ce195

Please sign in to comment.