mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove stale debug statements from tests (#51059)
This commit is contained in:
@ -29,7 +29,6 @@ def test_conditionerror_format():
|
||||
)
|
||||
|
||||
error_container1 = ConditionErrorContainer("box", errors=[error_pos1, error_pos2])
|
||||
print(error_container1)
|
||||
assert (
|
||||
str(error_container1)
|
||||
== """In 'box' (item 1 of 2):
|
||||
|
Reference in New Issue
Block a user