diff --git a/tests/test_device_aws.py b/tests/test_device_aws.py index 285c6dd..2272c83 100644 --- a/tests/test_device_aws.py +++ b/tests/test_device_aws.py @@ -55,7 +55,7 @@ async def set_device_info(device_uuid, service_name, action_verb, action_value): class UnavailableDeviceAwsTest(DeviceAwsTestBase): """Tests for a fake, all attrs are unavailable device. - Other device types shall override setUp and populate self.info with the + Other device types shall override setUp and populate self.info with the golden dataset. """ @@ -96,7 +96,7 @@ async def test_set_brightness(self): # local cache should work assert self.device.brightness == 30 - self.device.brightness == None + self.device.brightness = None await self.device.refresh() assert self.device.brightness == 30