Skip to content

Commit acc2b58

Browse files
committed
Adapt test_smile.py
1 parent 4facff4 commit acc2b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_smile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,8 +2208,8 @@ async def test_connect_anna_heatpump_cooling(self):
22082208
await self.disconnect(server, client)
22092209

22102210
@pytest.mark.asyncio
2211-
async def test_connect_anna_elga_outdoor_temp(self):
2212-
"""Test a Anna with Elga setup in cooling mode with missing outdoor temperature."""
2211+
async def test_connect_anna_elga_2(self):
2212+
"""Test a Anna with Elga setup in cooling mode (with missing outdoor temperature - solved)."""
22132213
testdata = {
22142214
# Anna
22152215
"ebd90df1ab334565b5895f37590ccff4": {
@@ -2289,7 +2289,7 @@ async def test_connect_anna_elga_outdoor_temp(self):
22892289
},
22902290
}
22912291

2292-
self.smile_setup = "anna_elga_outdoor_temp"
2292+
self.smile_setup = "anna_elga_2"
22932293
server, smile, client = await self.connect_wrapper()
22942294
assert smile.smile_hostname == "smile000000"
22952295

0 commit comments

Comments
 (0)