Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Sep 21, 2023
1 parent 3b83975 commit faea545
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,7 @@ async def test_command_error_handling(client, mock_command):
"""Test error handling."""
mock_command(
{"command": "some_command"},
{
"errorCode": "unknown_command",
"message": "test"
},
{"errorCode": "unknown_command", "message": "test"},
False,
)

Expand Down

0 comments on commit faea545

Please sign in to comment.