Commit 3a773e93 authored by Denis Bilenko's avatar Denis Bilenko

greentest.py: 'update_now' is now 'update'

parent 2041c4d4
...@@ -169,7 +169,7 @@ class TestCase(BaseTestCase): ...@@ -169,7 +169,7 @@ class TestCase(BaseTestCase):
return BaseTestCase.run(self, *args, **kwargs) return BaseTestCase.run(self, *args, **kwargs)
def setUp(self): def setUp(self):
self._hub.loop.update_now() self._hub.loop.update()
if hasattr(self._hub, 'switch_count'): if hasattr(self._hub, 'switch_count'):
self._switch_count = 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