Skip to content

Commit

Permalink
linter fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Dec 11, 2024
1 parent 51629ee commit 561a965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_device_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 561a965

Please sign in to comment.