Merge "trivial: fix deprecation warning in notification fixture"

This commit is contained in:
Zuul
2022-05-13 16:45:27 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -39,7 +39,7 @@ class _Sub(object):
def received(self, notification):
with self._cond:
self._notifications.append(notification)
self._cond.notifyAll()
self._cond.notify_all()
def wait_n(self, n, event, timeout):
"""Wait until at least n notifications have been received, and return