Fix notes in multiple lamp test

This commit is contained in:
Ken Roberts 2016-04-17 02:33:48 -07:00
parent 1288da1b87
commit 16ed511a93
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TestPJLink(TestCase):
# WHEN: Call process_command with lamp data
pjlink.process_command('LAMP', '11111 1 22222 0 33333 1')
# THEN: Lamp should have been set with status=ON and hours=22222
# THEN: Lamp should have been set with proper lamp status
self.assertEquals(len(pjlink.lamp), 3,
'Projector should have 3 lamps specified')
self.assertEquals(pjlink.lamp[0]['On'], True,