Remove leftover debug print from Melnor (#78870)

This commit is contained in:
Franck Nijhof 2022-09-21 11:49:22 +02:00 committed by GitHub
parent daba474182
commit 1800e98f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ async def test_manual_watering_minutes(hass):
number = hass.states.get("number.zone_1_manual_minutes")
print(number)
assert number.state == "0"
assert number.attributes["max"] == 360
assert number.attributes["min"] == 1