You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test [nfc]: Add the few missing awaits on handleEvent calls
This is NFC because there isn't currently actually anything to wait
for; the implementation of handleEvent is entirely synchronous.
But in principle it's async, because in the future it will be, for
the reasons described in baea6d7.
Thanks to Zixuan for spotting this pattern in some newly-added tests
(coming up):
zulip#1327 (comment)
0 commit comments