Hello Python 3.5 (#12610)
* Hello Python 3.5 * Fix test * Fix tests * Fix never awaited block till done warnings
This commit is contained in:
parent
156206dfee
commit
6ee3c1b3e5
10 changed files with 36 additions and 56 deletions
|
@ -114,8 +114,6 @@ def test_valid_credentials(
|
|||
result = hass.loop.run_until_complete(
|
||||
async_setup_scanner(hass, config, mock_see))
|
||||
|
||||
hass.async_block_till_done()
|
||||
|
||||
assert result
|
||||
|
||||
assert mock_create_session.called
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue