Skip to content

Commit 3ba5e47

Browse files
committed
missing @coroutine
1 parent 536991e commit 3ba5e47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/python/test_windows_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def test_pipe(self):
5757
res = self.loop.run_until_complete(self._test_pipe())
5858
self.assertEqual(res, 'done')
5959

60+
@asyncio.coroutine
6061
def _test_pipe(self):
6162
ADDRESS = r'\\.\pipe\_test_pipe-%s' % os.getpid()
6263

0 commit comments

Comments
 (0)