1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Remove leftover debug prints in tests (#56409)

This commit is contained in:
J. Nick Koston
2021-09-19 00:43:02 -10:00
committed by GitHub
parent ec52763706
commit 88e42a540e
2 changed files with 0 additions and 6 deletions

View File

@@ -679,9 +679,6 @@ async def test_removed_ignored(hass, mock_async_zeroconf):
await hass.async_block_till_done()
assert len(mock_service_info.mock_calls) == 2
import pprint
pprint.pprint(mock_service_info.mock_calls[0][1])
assert mock_service_info.mock_calls[0][1][0] == "_service.added.local."
assert mock_service_info.mock_calls[1][1][0] == "_service.updated.local."