Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Jan 6, 2024
1 parent 3f0659e commit c78f42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ async def test_wait_for_command(self, mock_resp):
response = await api.wait_for_command(self.blink, COMMAND_RESPONSE)
self.assertFalse(response)

response = await api.wait_for_command(self.blink, {})
response = await api.wait_for_command(self.blink, None)
self.assertFalse(response)

0 comments on commit c78f42b

Please sign in to comment.