Skip to content

Commit 06ae5fc

Browse files
committed
Rename folders
1 parent ac88dc4 commit 06ae5fc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_adam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class TestPlugwiseAdam(TestPlugwise): # pylint: disable=attribute-defined-outsi
1818

1919
@pytest.mark.asyncio
2020
async def test_connect_adam_jvonk(self):
21-
"""Test Adam (firmware 3.10.3)."""
22-
self.smile_setup = "adam_jvonk"
21+
"""Test Adam with missing thermostat data."""
22+
self.smile_setup = "adam_bad_thermostat"
2323

2424
testdata = await self.load_testdata(SMILE_TYPE, self.smile_setup)
2525
server, api, client = await self.connect_wrapper(raise_timeout=True)
File renamed without changes.

0 commit comments

Comments
 (0)