Skip to content

Commit

Permalink
fix another missing blank line and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rgci committed Jan 2, 2020
1 parent 0dfe2d6 commit d7e9d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/moods.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
'9003': 196625,
'9057': 2,
'9068': 1,
'15013': [{'5850': 1,'5851': 254,'9003': 65547}]
'15013': [{'5850': 1, '5851': 254, '9003': 65547}]
}
1 change: 1 addition & 0 deletions tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit d7e9d3c

Please sign in to comment.