Skip to content

Commit 1911b73

Browse files
committed
feat: Update button entity initialization test to include maintenance coordinator
1 parent eed4efa commit 1911b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_button_working.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def mock_device():
5151
class TestQvantumButtonEntity:
5252
"""Test the Qvantum button entity."""
5353

54-
def test_button_entity_initialization(self, mock_coordinator, mock_device):
54+
def test_button_entity_initialization(
55+
self, mock_coordinator, mock_device, mock_maintenance_coordinator
56+
):
5557
"""Test button entity initialization."""
5658
button = QvantumButtonEntity(
5759
mock_coordinator, "extra_tap_water_60min", mock_device

0 commit comments

Comments
 (0)