From d7e9d3c9a8c2833a4fe1af5908f8023fb7251347 Mon Sep 17 00:00:00 2001 From: Gratza Date: Thu, 2 Jan 2020 22:04:16 +0100 Subject: [PATCH] fix another missing blank line and whitespace --- tests/moods.py | 2 +- tests/test_group.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/moods.py b/tests/moods.py index 3c4e0a7b..a0cc4301 100644 --- a/tests/moods.py +++ b/tests/moods.py @@ -5,5 +5,5 @@ '9003': 196625, '9057': 2, '9068': 1, - '15013': [{'5850': 1,'5851': 254,'9003': 65547}] + '15013': [{'5850': 1, '5851': 254, '9003': 65547}] } diff --git a/tests/test_group.py b/tests/test_group.py index b3672876..99a6e340 100644 --- a/tests/test_group.py +++ b/tests/test_group.py @@ -56,6 +56,7 @@ def test_setters(): ATTR_LIGHT_DIMMER: 100, } + def test_moods(group): cmd = group.moods() assert cmd.path == [ROOT_MOODS, group.id]