mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Prefer using `assert_called_once` to protect against places where a mock might be reused, and in so doing have been previously called, thus making the second usage of `assert_called` not assert anything of note.