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
This avoids a test accidentally coming to depend on the particular
topic name that `eg.streamMessage` happens to choose by default.
Discussed previously at:
zulip#787 (comment)
For convenience, we preserve the fact that successive calls to
`eg.streamMessage` without a `topic` argument will get the same
topic each time. (This saves various test cases from having to
specify the topic just to ensure all their messages have some
common topic.)
0 commit comments