mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Previously, this would flake if the day changed between
user2 = do_create_user('email2', 'password', ...) and
do_deactivate_user(user2).
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_counts.py | ||
| test_fixtures.py | ||
| test_views.py | ||