mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-09-04 14:28:38 +00:00
Remove unnecessary f-string definition to make tests pass (#58)
This commit is contained in:
@@ -93,7 +93,7 @@ async def test_brightness(dev):
|
|||||||
assert "Setting brightness" in res.output
|
assert "Setting brightness" in res.output
|
||||||
|
|
||||||
res = await runner.invoke(brightness, obj=dev)
|
res = await runner.invoke(brightness, obj=dev)
|
||||||
assert f"Brightness: 12" in res.output
|
assert "Brightness: 12" in res.output
|
||||||
|
|
||||||
|
|
||||||
async def test_temperature(dev):
|
async def test_temperature(dev):
|
||||||
|
Reference in New Issue
Block a user