Late review comments. (#57654)

This commit is contained in:
jan iversen 2021-10-14 10:22:21 +02:00 committed by GitHub
parent d3e24cc1d6
commit debcdc382f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -672,12 +672,6 @@ async def test_pymodbus_connect_fail(hass, caplog):
assert await async_setup_component(hass, DOMAIN, config) is True
# await hass.async_block_till_done()
# await hass.async_block_till_done()
# assert mock_pb.connect.called
# assert ExceptionMessage in caplog.text
async def test_delay(hass, mock_pymodbus):
"""Run test for startup delay."""