mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
In order to get test coverage on topic name checks, we do them in Addressee, so that we don't hit an assertion first. The assertion in question is in Addressee.topic(), and it was added partly to appease mypy.