Update tests/test_client.py

This commit is contained in:
J. Nick Koston 2024-02-18 14:16:37 -06:00 committed by GitHub
parent 18e9391a60
commit bfa4f43046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ async def test_datetime_command(
) -> None:
send = patch_send(auth_client)
await auth_client.datetime_command(**cmd)
auth_client.datetime_command(**cmd)
send.assert_called_once_with(DatetimeCommandRequest(**req))