From debcdc382fa882dce65e8905d3e746d092506ad8 Mon Sep 17 00:00:00 2001 From: jan iversen Date: Thu, 14 Oct 2021 10:22:21 +0200 Subject: [PATCH] Late review comments. (#57654) --- tests/components/modbus/test_init.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/components/modbus/test_init.py b/tests/components/modbus/test_init.py index b4657d7ee73..25e67960f2a 100644 --- a/tests/components/modbus/test_init.py +++ b/tests/components/modbus/test_init.py @@ -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."""