-Edited Test to reflect Idle bug fix

This commit is contained in:
Btjones711 2017-01-26 21:07:54 -06:00
parent 4fd86c37a7
commit 03b763172a

View File

@ -23,7 +23,7 @@ class ReflectionHandlerTest(protocol.BaseTestCase):
self.assertNotInResponse('command: command_list_begin')
self.assertNotInResponse('command: command_list_ok_begin')
self.assertNotInResponse('command: command_list_end')
self.assertNotInResponse('command: idle')
self.assertInResponse('command: idle')
self.assertNotInResponse('command: noidle')
self.assertNotInResponse('command: sticker')
self.assertInResponse('OK')