Commit c72f01c5 authored by Denis Bilenko's avatar Denis Bilenko

greentest.py: do not call update() it's no longer needed

parent f94c87a5
......@@ -172,7 +172,6 @@ class TestCase(BaseTestCase):
return BaseTestCase.run(self, *args, **kwargs)
def setUp(self):
self._hub.loop.update()
if hasattr(self._hub, 'switch_count'):
self._switch_count = self._hub.switch_count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment