From 5810d7a87db288474281ca0c960402972c1b3d5f Mon Sep 17 00:00:00 2001 From: steve mats mats Date: Fri, 18 Oct 2024 15:32:20 -0700 Subject: [PATCH] ahem, fix spacing --- tests/test_light.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_light.py b/tests/test_light.py index 2a2edf2..082dafb 100644 --- a/tests/test_light.py +++ b/tests/test_light.py @@ -24,6 +24,7 @@ def lights(mock_spa): ] return lights + async def test_light(mock_spa, lights): purple = lights[0] assert str(purple)