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 specifically fixes a runtime error from the test
"find account among several" in
`test/notifications/display_test.dart` due to duplicate email
addresses within a realm. This also useful in general in cases
when the email addresses do not matter and should be kept boring.
The generation approach is similar to an ID, to make collision
unlikely (still possible with caller specified values).
Signed-off-by: Zixuan James Li <zixuan@zulip.com>
0 commit comments